@itentialopensource/adapter-alkira 0.5.1 → 0.5.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.5.3 [03-11-2024]
3
+
4
+ * Changes made at 2024.03.11_15:28PM
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-alkira!11
7
+
8
+ ---
9
+
10
+ ## 0.5.2 [02-28-2024]
11
+
12
+ * Changes made at 2024.02.28_11:38AM
13
+
14
+ See merge request itentialopensource/adapters/cloud/adapter-alkira!10
15
+
16
+ ---
17
+
2
18
  ## 0.5.1 [02-20-2024]
3
19
 
4
20
  * changes for broker calls
package/metadata.json CHANGED
@@ -19,12 +19,26 @@
19
19
  "Cloud"
20
20
  ],
21
21
  "tags": [
22
- "Cloud Networking"
22
+ "Cloud Infrastructure Changes",
23
+ "Hybrid & Multi Cloud Orchestration",
24
+ "Configuration & Compliance",
25
+ "Software Upgrades & Device Maintenance"
23
26
  ],
24
27
  "useCases": [
25
- "Add or remove Virtual Networks",
26
- "Management of Cloud Network Assignments",
27
- "Create, update, manage or remove Hybrid Cloud Connections"
28
+ "VNet or VPC deploy/management",
29
+ "Connect VPC and VNet",
30
+ "Connect router to transit gateway",
31
+ "Route across GCP & Azure",
32
+ "Connect sites across cloud platforms",
33
+ "Router configuration backup or restore",
34
+ "Run network compliance checks and remediation",
35
+ "Determine configuration drift",
36
+ "Golden Configuration",
37
+ "Port Turn-up",
38
+ "Assign Network & IP",
39
+ "Cloud Managed Networks",
40
+ "Software Upgrade",
41
+ "Device Onboarding"
28
42
  ],
29
43
  "deprecated": {
30
44
  "isDeprecated": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-alkira",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "This adapter integrates with system described as: alkiraApi.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Alkira",
@@ -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] Alkira 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);