@itentialopensource/adapter-apic 0.9.5 → 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,12 @@
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
+
2
10
  ## 0.9.5 [03-13-2024]
3
11
 
4
12
  * fix vendor
package/metadata.json CHANGED
@@ -50,7 +50,11 @@
50
50
  "vendorLink": "https://www.cisco.com/",
51
51
  "productLink": "https://www.cisco.com/c/en/us/products/cloud-systems-management/application-policy-infrastructure-controller-apic/index.html",
52
52
  "apiLinks": [
53
- "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
+ }
54
58
  ]
55
59
  },
56
60
  "assets": [],
@@ -62,4 +66,4 @@
62
66
  "transformationProjects": [],
63
67
  "exampleProjects": []
64
68
  }
65
- }
69
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-apic",
3
- "version": "0.9.5",
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