@itentialopensource/adapter-nokia_nsp_network 0.2.2 → 0.2.4

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/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.2.4 [03-26-2024]
3
+
4
+ * Changes made at 2024.03.26_11:28AM
5
+
6
+ See merge request itentialopensource/adapters/sd-wan/adapter-nokia_nsp_network!12
7
+
8
+ ---
9
+
10
+ ## 0.2.3 [03-14-2024]
11
+
12
+ * Update metadata.json
13
+
14
+ See merge request itentialopensource/adapters/sd-wan/adapter-nokia_nsp_network!8
15
+
16
+ ---
17
+
2
18
  ## 0.2.2 [03-11-2024]
3
19
 
4
20
  * Changes made at 2024.03.11_10:42AM
package/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adapter-nokia_nsp_network",
3
- "webName": "Adapter for Integration to Nokia NSO Network",
3
+ "webName": "Adapter for Integration to Nokia NSP Network",
4
4
  "vendor": "Nokia",
5
5
  "product": "NSP Network",
6
6
  "osVersion": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-nokia_nsp_network",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "This adapter integrates with system described as: networkSupervisionRestApis.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
@@ -53,10 +53,10 @@
53
53
  "author": "Itential",
54
54
  "homepage": "https://gitlab.com/itentialopensource/adapters/sd-wan/adapter-nokia_nsp_network#readme",
55
55
  "dependencies": {
56
- "@itentialopensource/adapter-utils": "^5.3.8",
56
+ "@itentialopensource/adapter-utils": "^5.3.10",
57
57
  "acorn": "^8.10.0",
58
58
  "ajv": "^8.12.0",
59
- "axios": "^1.6.7",
59
+ "axios": "^1.6.8",
60
60
  "commander": "^11.0.0",
61
61
  "dns-lookup-promise": "^1.0.4",
62
62
  "fs-extra": "^11.1.1",
Binary file
@@ -316,7 +316,7 @@ describe('[unit] Nokia_nsp_network Adapter Test', () => {
316
316
  assert.notEqual(null, packageDotJson.dependencies);
317
317
  assert.notEqual('', packageDotJson.dependencies);
318
318
  assert.equal('^8.12.0', packageDotJson.dependencies.ajv);
319
- assert.equal('^1.6.7', packageDotJson.dependencies.axios);
319
+ assert.equal('^1.6.8', packageDotJson.dependencies.axios);
320
320
  assert.equal('^11.0.0', packageDotJson.dependencies.commander);
321
321
  assert.equal('^11.1.1', packageDotJson.dependencies['fs-extra']);
322
322
  assert.equal('^10.3.0', packageDotJson.dependencies.mocha);