File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 2
2
#### N.N.N - YYYY-MM-DD
3
3
4
4
5
+ ### [ 1.5.2] - 2023-12-11
6
+
7
+ - dep(stun): use updated @msimerson/stun
8
+
9
+
5
10
### [ 1.5.1] - 2023-12-03
6
11
7
12
- feat(is_local_host): also match when
199
204
[ 1.4.1 ] : https://github.com/haraka/haraka-net-utils/releases/tag/1.4.1
200
205
[ 1.5.0 ] : https://github.com/haraka/haraka-net-utils/releases/tag/1.5.0
201
206
[ 1.5.1 ] : https://github.com/haraka/haraka-net-utils/releases/tag/1.5.1
207
+ [ 1.5.2 ] : https://github.com/haraka/haraka-net-utils/releases/tag/1.5.2
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ exports.get_public_ip_async = async function () {
275
275
this . public_ip = null ;
276
276
277
277
try {
278
- this . stun = require ( 'stun' ) ;
278
+ this . stun = require ( '@msimerson/ stun' ) ;
279
279
}
280
280
catch ( e ) {
281
281
e . install = 'Please install stun: "npm install -g stun"' ;
@@ -313,7 +313,7 @@ exports.get_public_ip = async function (cb) {
313
313
nu . public_ip = null ;
314
314
315
315
try {
316
- nu . stun = require ( 'stun' ) ;
316
+ nu . stun = require ( '@msimerson/ stun' ) ;
317
317
}
318
318
catch ( e ) {
319
319
e . install = 'Please install stun: "npm install -g stun"' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " haraka-net-utils" ,
3
- "version" : " 1.5.1 " ,
3
+ "version" : " 1.5.2 " ,
4
4
"description" : " haraka network utilities" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
29
29
},
30
30
"homepage" : " https://github.com/haraka/haraka-net-utils#readme" ,
31
31
"devDependencies" : {
32
- "eslint" : " ^8.42 .0" ,
33
- "mocha" : " ^10.0 .0" ,
32
+ "eslint" : " ^8.55 .0" ,
33
+ "mocha" : " ^10.2 .0" ,
34
34
"eslint-plugin-haraka" : " *"
35
35
},
36
36
"dependencies" : {
42
42
"sprintf-js" : " ^1.1.3"
43
43
},
44
44
"optionalDependencies" : {
45
- "stun" : " ^2.1 .0"
45
+ "@msimerson/ stun" : " ^3.0 .0"
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments