@itentialopensource/adapter-apic 0.7.0 → 0.8.0

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,12 @@
1
1
 
2
+ ## 0.8.0 [12-14-2023]
3
+
4
+ * More migration changes
5
+
6
+ See merge request itentialopensource/adapters/security/adapter-apic!8
7
+
8
+ ---
9
+
2
10
  ## 0.7.0 [11-06-2023]
3
11
 
4
12
  * More migration changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-apic",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
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",
@@ -55,7 +55,7 @@
55
55
  "author": "Itential",
56
56
  "homepage": "https://gitlab.com/itentialopensource/adapters/security/adapter-apic#readme",
57
57
  "dependencies": {
58
- "@itentialopensource/adapter-utils": "^5.3.0",
58
+ "@itentialopensource/adapter-utils": "^5.3.2",
59
59
  "acorn": "^8.10.0",
60
60
  "ajv": "^8.12.0",
61
61
  "axios": "^1.4.0",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.6.0",
2
+ "version": "0.7.0",
3
3
  "configLines": 3115,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 2552,