File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change log for amqplib
2
2
3
+ ## Unreleased
4
+ - Replace references to the old squaremo/amqp.name repo with ones to amqp-node/amqplib
5
+
3
6
## Changes in v0.10.5
4
7
5
8
git log v0.10.4..v0.10.5
Original file line number Diff line number Diff line change 16
16
A library for making AMQP 0-9-1 clients for Node.JS, and an AMQP 0-9-1 client for Node.JS v10+.
17
17
18
18
This library does not implement [ AMQP
19
- 1.0] ( https://github.com/squaremo/ amqp. node/issues/63 ) or [ AMQP
20
- 0-10] ( https://github.com/squaremo/ amqp. node/issues/94 ) .
19
+ 1.0] ( https://github.com/amqp- node/amqplib /issues/63 ) or [ AMQP
20
+ 0-10] ( https://github.com/amqp- node/amqplib /issues/94 ) .
21
21
22
22
Project status:
23
23
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ println(
112
112
'/** @preserve This file is generated by the script\n' ,
113
113
'* ../bin/generate-defs.js, which is not in general included in a\n' ,
114
114
'* distribution, but is available in the source repository e.g. at\n' ,
115
- '* https://github.com/squaremo/ amqp. node/\n' ,
115
+ '* https://github.com/amqp- node/amqplib /\n' ,
116
116
'*/' ) ;
117
117
118
118
println ( "'use strict';" ) ; nl ( ) ;
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ var CLIENT_PROPERTIES = {
31
31
"product" : "amqplib" ,
32
32
"version" : require ( '../package.json' ) . version ,
33
33
"platform" : fmt ( 'Node.JS %s' , process . version ) ,
34
- "information" : "http ://squaremo .github.io/amqp.node " ,
34
+ "information" : "https ://amqp-node .github.io/amqplib/ " ,
35
35
"capabilities" : {
36
36
"publisher_confirms" : true ,
37
37
"exchange_exchange_bindings" : true ,
You can’t perform that action at this time.
0 commit comments