haraka-net-utils
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -5,2 +5,7 @@ | ||
### [1.5.2] - 2023-12-11 | ||
- dep(stun): use updated @msimerson/stun | ||
### [1.5.1] - 2023-12-03 | ||
@@ -203,1 +208,2 @@ | ||
[1.5.1]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.1 | ||
[1.5.2]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.2 |
@@ -278,3 +278,3 @@ 'use strict'; | ||
try { | ||
this.stun = require('stun'); | ||
this.stun = require('@msimerson/stun'); | ||
} | ||
@@ -317,3 +317,3 @@ catch (e) { | ||
try { | ||
nu.stun = require('stun'); | ||
nu.stun = require('@msimerson/stun'); | ||
} | ||
@@ -320,0 +320,0 @@ catch (e) { |
{ | ||
"name": "haraka-net-utils", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "haraka network utilities", | ||
@@ -32,4 +32,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^8.42.0", | ||
"mocha": "^10.0.0", | ||
"eslint": "^8.55.0", | ||
"mocha": "^10.2.0", | ||
"eslint-plugin-haraka": "*" | ||
@@ -46,4 +46,4 @@ }, | ||
"optionalDependencies": { | ||
"stun": "^2.1.0" | ||
"@msimerson/stun": "^3.0.0" | ||
} | ||
} |
84639