@magnet.me/consultant 1.5.0 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- v12.13
1
+ v20.11.1
package/out/index.d.ts CHANGED
@@ -24,7 +24,7 @@ declare module "@magnet.me/consultant" {
24
24
 
25
25
  interface ConfigArguments {
26
26
  consulHost?: string;
27
- service: Service;
27
+ service: ServiceIdentifier;
28
28
  prefix?: string;
29
29
  }
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magnet.me/consultant",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "A library to register services to Consul and listen for property changes.",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -34,5 +34,8 @@
34
34
  "url": "https://github.com/Magnetme/consultant-js/issues"
35
35
  },
36
36
  "homepage": "https://github.com/Magnetme/consultant-js#readme",
37
- "types": "./out/index.d.ts"
37
+ "types": "./out/index.d.ts",
38
+ "resolutions": {
39
+ "@babel/traverse": "7.23.2"
40
+ }
38
41
  }