@itentialopensource/adapter-apic 0.9.3 → 0.9.5
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 +16 -0
- package/metadata.json +2 -2
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.9.5 [03-13-2024]
|
|
3
|
+
|
|
4
|
+
* fix vendor
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/security/adapter-apic!13
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.9.4 [03-13-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.03.13_10:56AM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/security/adapter-apic!12
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.9.3 [03-11-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.03.11_16:21PM
|
package/metadata.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-apic",
|
|
3
3
|
"webName": "Adapter for Integration to Cisco APIC",
|
|
4
|
-
"vendor": "Cisco",
|
|
4
|
+
"vendor": "Cisco Systems",
|
|
5
5
|
"product": "APIC",
|
|
6
6
|
"osVersion": [],
|
|
7
7
|
"apiVersions": [],
|
|
@@ -62,4 +62,4 @@
|
|
|
62
62
|
"transformationProjects": [],
|
|
63
63
|
"exampleProjects": []
|
|
64
64
|
}
|
|
65
|
-
}
|
|
65
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-apic",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.5",
|
|
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",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED