@itentialopensource/adapter-robustel 0.3.1 → 0.3.3

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/metadata.json CHANGED
@@ -13,9 +13,28 @@
13
13
  ],
14
14
  "method": "REST",
15
15
  "type": "Adapter",
16
- "domains": [],
17
- "tags": [],
18
- "useCases": [],
16
+ "domains": [
17
+ "Data Center",
18
+ "Network Services"
19
+ ],
20
+ "tags": [
21
+ "Configuration & Compliance",
22
+ "Network Infrastructure Changes",
23
+ "Software Upgrades & Device Maintenance"
24
+ ],
25
+ "useCases": [
26
+ "Device Onboarding",
27
+ "Router configuration backup or restore",
28
+ "Run network compliance checks and remediation",
29
+ "Determine configuration drift",
30
+ "Golden Configuration",
31
+ "Port/VLAN Configuration",
32
+ "EVPN & VXLA",
33
+ "Port Turn-up",
34
+ "Assign Network & IP",
35
+ "Cloud Managed Networks",
36
+ "Software Upgrade"
37
+ ],
19
38
  "deprecated": {
20
39
  "isDeprecated": false
21
40
  },
@@ -44,4 +63,4 @@
44
63
  "transformationProjects": [],
45
64
  "exampleProjects": []
46
65
  }
47
- }
66
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-robustel",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "This adapter integrates with system described as: robustel.",
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/adapter-robustel#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
  "crypto-js": "^4.1.1",
62
62
  "dns-lookup-promise": "^1.0.4",
Binary file
@@ -316,7 +316,7 @@ describe('[unit] Robustel 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);