@itentialopensource/adapter-apic 0.9.4 → 0.9.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.9.6 [03-21-2024]
3
+
4
+ * Changes made at 2024.03.21_14:49PM
5
+
6
+ See merge request itentialopensource/adapters/security/adapter-apic!14
7
+
8
+ ---
9
+
10
+ ## 0.9.5 [03-13-2024]
11
+
12
+ * fix vendor
13
+
14
+ See merge request itentialopensource/adapters/security/adapter-apic!13
15
+
16
+ ---
17
+
2
18
  ## 0.9.4 [03-13-2024]
3
19
 
4
20
  * Changes made at 2024.03.13_10:56AM
package/metadata.json CHANGED
@@ -1,10 +1,7 @@
1
1
  {
2
2
  "name": "adapter-apic",
3
3
  "webName": "Adapter for Integration to Cisco APIC",
4
- "vendor": [
5
- "",
6
- "Cisco Systems"
7
- ],
4
+ "vendor": "Cisco Systems",
8
5
  "product": "APIC",
9
6
  "osVersion": [],
10
7
  "apiVersions": [],
@@ -53,7 +50,11 @@
53
50
  "vendorLink": "https://www.cisco.com/",
54
51
  "productLink": "https://www.cisco.com/c/en/us/products/cloud-systems-management/application-policy-infrastructure-controller-apic/index.html",
55
52
  "apiLinks": [
56
- "https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/3-x/rest-api-config/b_Cisco_APIC_REST_API_Configuration_Guide_3x.html"
53
+ {
54
+ "title": "Cisco Systems - APIC API",
55
+ "link": "https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/3-x/rest-api-config/b_Cisco_APIC_REST_API_Configuration_Guide_3x.html",
56
+ "public": true
57
+ }
57
58
  ]
58
59
  },
59
60
  "assets": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-apic",
3
- "version": "0.9.4",
3
+ "version": "0.9.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",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.9.0",
2
+ "version": "0.9.4",
3
3
  "configLines": 3115,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 2552,