@itentialopensource/adapter-zscaler 0.10.1 → 0.10.2

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.10.2 [06-27-2024]
3
+
4
+ * Updating metadata and package-lock
5
+
6
+ See merge request itentialopensource/adapters/adapter-zscaler!30
7
+
8
+ ---
9
+
2
10
  ## 0.10.1 [05-24-2024]
3
11
 
4
12
  * Added auth call
package/metadata.json CHANGED
@@ -70,6 +70,11 @@
70
70
  "title": "Zscaler Internet Access (ZIA)",
71
71
  "link": "https://help.zscaler.com/zia",
72
72
  "public": true
73
+ },
74
+ {
75
+ "title": "Understanding Zscaler Internet Access (ZIA) APIs",
76
+ "link": "https://help.zscaler.com/zia/understanding-zia-apis",
77
+ "public": true
73
78
  }
74
79
  ]
75
80
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-zscaler",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "This adapter integrates with system Zscaler",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.10.0",
2
+ "version": "0.10.1",
3
3
  "configLines": 22098,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 20937,