@itentialopensource/adapter-viptela 0.14.1 → 0.14.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/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.14.3 [03-11-2024]
3
+
4
+ * Changes made at 2024.03.11_10:44AM
5
+
6
+ See merge request itentialopensource/adapters/sd-wan/adapter-viptela!38
7
+
8
+ ---
9
+
10
+ ## 0.14.2 [02-26-2024]
11
+
12
+ * Changes made at 2024.02.26_13:07PM
13
+
14
+ See merge request itentialopensource/adapters/sd-wan/adapter-viptela!37
15
+
16
+ ---
17
+
2
18
  ## 0.14.1 [02-21-2024]
3
19
 
4
20
  * changes for broker calls
package/metadata.json CHANGED
@@ -16,19 +16,22 @@
16
16
  "method": "REST",
17
17
  "type": "Adapter",
18
18
  "domains": [
19
- "Inventory",
20
19
  "SD-WAN (SASE)"
21
20
  ],
22
21
  "tags": [
23
- "Configuration Management"
22
+ "Network Infrastructure Changes",
23
+ "Configuration & Compliance",
24
+ "Software Upgrades & Device Maintenance"
24
25
  ],
25
26
  "useCases": [
26
- "Provision, update, manage or remove Overlay Networks",
27
- "Provision, update, manage or remove Virtual Private Networks",
28
- "Automate the configuration of items to provision, update, manage or remove Services",
29
- "Add, update, manage or remove Organizations and Sites",
30
- "Onboard, update, manage or remove Devices",
31
- "Perform a software upgrade on Device"
27
+ "Run network compliance checks and remediation",
28
+ "Port/VLAN Configuration",
29
+ "Software Upgrade",
30
+ "Cloud Managed Networks",
31
+ "Router configuration backup or restore",
32
+ "Determine configuration drift",
33
+ "Device Onboarding",
34
+ "Port Turn-up"
32
35
  ],
33
36
  "deprecated": {
34
37
  "isDeprecated": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-viptela",
3
- "version": "0.14.1",
3
+ "version": "0.14.3",
4
4
  "description": "This adapter integrates with system Viptela",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Viptela",
@@ -62,7 +62,7 @@
62
62
  "dns-lookup-promise": "^1.0.4",
63
63
  "fs-extra": "^11.1.1",
64
64
  "json-query": "^2.2.2",
65
- "mocha": "^10.2.0",
65
+ "mocha": "^10.3.0",
66
66
  "mocha-param": "^2.0.1",
67
67
  "mongodb": "^4.16.0",
68
68
  "nyc": "^15.1.0",
Binary file
@@ -319,7 +319,7 @@ describe('[unit] Viptela Adapter Test', () => {
319
319
  assert.equal('^1.6.7', 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
- assert.equal('^10.2.0', packageDotJson.dependencies.mocha);
322
+ assert.equal('^10.3.0', packageDotJson.dependencies.mocha);
323
323
  assert.equal('^2.0.1', packageDotJson.dependencies['mocha-param']);
324
324
  assert.equal('^15.1.0', packageDotJson.dependencies.nyc);
325
325
  assert.equal('^0.4.4', packageDotJson.dependencies.ping);