@itentialopensource/adapter-meraki 1.4.4 → 1.4.6

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 1.4.6 [03-11-2024]
3
+
4
+ * Changes made at 2024.03.11_10:44AM
5
+
6
+ See merge request itentialopensource/adapters/sd-wan/adapter-meraki!40
7
+
8
+ ---
9
+
10
+ ## 1.4.5 [02-26-2024]
11
+
12
+ * Changes made at 2024.02.26_13:06PM
13
+
14
+ See merge request itentialopensource/adapters/sd-wan/adapter-meraki!39
15
+
16
+ ---
17
+
2
18
  ## 1.4.4 [02-13-2024]
3
19
 
4
20
  * Add stub data for device broker calls
package/metadata.json CHANGED
@@ -16,25 +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",
24
- "Onboarding",
25
- "CMDB"
22
+ "Network Infrastructure Changes",
23
+ "Configuration & Compliance",
24
+ "Software Upgrades & Device Maintenance"
26
25
  ],
27
26
  "useCases": [
28
- "Provision, update, manage or remove Overlay Networks",
29
- "Provision, update, manage or remove Virtual Private Networks",
30
- "Automate the configuration of items to provision, update, manage or remove Services",
31
- "Onboard, update, manage or remove Devices",
32
- "Add, update, manage or remove Organizations and Sites",
33
- "Perform a software upgrade on Device",
34
- "Reserve, assign, unassign, or release Ports",
35
- "Create Device Backups/Snapshots for Audit, Compliance, and Rollbacks",
36
- "Validate Device Configuration before/after Network Changes",
37
- "Add, update, manage or remove assets to/from CMDB systems"
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"
38
35
  ],
39
36
  "deprecated": {
40
37
  "isDeprecated": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-meraki",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "description": "This adapter integrates with system described as: merakiDashboardApi.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Meraki",
@@ -54,7 +54,7 @@
54
54
  "author": "Itential",
55
55
  "homepage": "https://gitlab.com/itentialopensource/adapters/sd-wan/adapter-meraki#readme",
56
56
  "dependencies": {
57
- "@itentialopensource/adapter-utils": "^5.3.7",
57
+ "@itentialopensource/adapter-utils": "^5.3.8",
58
58
  "acorn": "^8.10.0",
59
59
  "ajv": "^8.12.0",
60
60
  "axios": "^1.6.7",
@@ -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] Meraki 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);