@itentialopensource/adapter-apic 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 1.0.6 [07-11-2026]
3
+
4
+ * Changes made at 2026.07.11_17:18PM
5
+
6
+ See merge request itentialopensource/adapters/adapter-apic!54
7
+
8
+ ---
9
+
2
10
  ## 1.0.5 [07-01-2026]
3
11
 
4
12
  * Changes made at 2026.07.01_15:06PM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-apic",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": " Cisco Application Policy Infrastructure Controller (Cisco APIC) is the unifying point of automation and management for the Application Centric Infrastructure (ACI) fabric.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Cisco APIC",
@@ -49,7 +49,7 @@
49
49
  "author": "Itential",
50
50
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-apic#readme",
51
51
  "dependencies": {
52
- "@itentialopensource/adapter-utils": "6.1.23",
52
+ "@itentialopensource/adapter-utils": "7.0.0",
53
53
  "acorn": "8.16.0",
54
54
  "ajv": "8.20.0",
55
55
  "axios": "1.18.1",