@itentialopensource/adapter-nokia_netact 0.6.0 → 0.6.1

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,12 @@
1
1
 
2
+ ## 0.6.1 [02-17-2026]
3
+
4
+ * Changes made at 2026.02.16_17:54PM
5
+
6
+ See merge request itentialopensource/adapters/adapter-nokia_netact!27
7
+
8
+ ---
9
+
2
10
  ## 0.6.0 [02-13-2026]
3
11
 
4
12
  * minor/auto-migrate/20260213-104441
@@ -6,4 +14,3 @@
6
14
  See merge request itentialopensource/adapters/adapter-nokia_netact!23
7
15
 
8
16
  ---
9
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-nokia_netact",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "This adapter integrates with system described as: Nokia Netact.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Nokia_netact",
@@ -47,9 +47,9 @@
47
47
  "author": "Itential",
48
48
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-nokia_netact#readme",
49
49
  "dependencies": {
50
- "@itentialopensource/adapter-utils": "6.1.14",
50
+ "@itentialopensource/adapter-utils": "6.1.15",
51
51
  "acorn": "8.14.1",
52
- "ajv": "8.17.1",
52
+ "ajv": "8.18.0",
53
53
  "axios": "1.13.5",
54
54
  "commander": "11.1.0",
55
55
  "fs-extra": "11.3.0",
@@ -279,7 +279,7 @@ describe('[unit] Nokia_netact Adapter Test', () => {
279
279
  assert.notEqual(undefined, packageDotJson.dependencies);
280
280
  assert.notEqual(null, packageDotJson.dependencies);
281
281
  assert.notEqual('', packageDotJson.dependencies);
282
- assert.equal('8.17.1', packageDotJson.dependencies.ajv);
282
+ assert.equal('8.18.0', packageDotJson.dependencies.ajv);
283
283
  assert.equal('1.13.5', packageDotJson.dependencies.axios);
284
284
  assert.equal('11.1.0', packageDotJson.dependencies.commander);
285
285
  assert.equal('11.3.0', packageDotJson.dependencies['fs-extra']);