@itentialopensource/adapter-zero_networks 0.1.1 → 0.1.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/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.1.2 [03-27-2024]
3
+
4
+ * Changes made at 2024.03.27_13:33PM
5
+
6
+ See merge request itentialopensource/adapters/security/adapter-zero_networks!3
7
+
8
+ ---
9
+
2
10
  ## 0.1.1 [03-27-2024]
3
11
 
4
12
  * Update metadata
@@ -6,4 +14,3 @@
6
14
  See merge request itentialopensource/adapters/security/adapter-zero_networks!2
7
15
 
8
16
  ---
9
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-zero_networks",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "This adapter integrates with system described as: zeroNetworks.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Zero_networks",
@@ -53,10 +53,10 @@
53
53
  "author": "Itential",
54
54
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-zero_networks#readme",
55
55
  "dependencies": {
56
- "@itentialopensource/adapter-utils": "^5.3.0",
56
+ "@itentialopensource/adapter-utils": "^5.3.10",
57
57
  "acorn": "^8.10.0",
58
58
  "ajv": "^8.12.0",
59
- "axios": "^1.4.0",
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
@@ -310,7 +310,7 @@ describe('[unit] Zero_networks Adapter Test', () => {
310
310
  assert.notEqual(null, packageDotJson.dependencies);
311
311
  assert.notEqual('', packageDotJson.dependencies);
312
312
  assert.equal('^8.12.0', packageDotJson.dependencies.ajv);
313
- assert.equal('^1.4.0', packageDotJson.dependencies.axios);
313
+ assert.equal('^1.6.8', packageDotJson.dependencies.axios);
314
314
  assert.equal('^11.0.0', packageDotJson.dependencies.commander);
315
315
  assert.equal('^11.1.1', packageDotJson.dependencies['fs-extra']);
316
316
  assert.equal('^10.2.0', packageDotJson.dependencies.mocha);