@itentialopensource/adapter-algosec_appviz 0.3.4 → 0.3.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 CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.3.5 [08-22-2024]
3
+
4
+ * more meta changes
5
+
6
+ See merge request itentialopensource/adapters/adapter-algosec_appviz!10
7
+
8
+ ---
9
+
2
10
  ## 0.3.4 [08-22-2024]
3
11
 
4
12
  * update dependencies and metadata
package/metadata.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "adapter-algosec_appviz",
3
3
  "webName": "Adapter for Integration to Algosec AppViz",
4
+ "supportLevel": "community",
4
5
  "vendor": "Algosec",
5
6
  "product": "AppViz",
7
+ "techAlliance": false,
6
8
  "osVersion": [],
7
9
  "apiVersions": [],
8
10
  "iapVersions": [
@@ -46,7 +48,7 @@
46
48
  "storeLink": "",
47
49
  "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-algosec_appviz",
48
50
  "repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-algosec_appviz",
49
- "docLink": "",
51
+ "docLink": "https://gitlab.com/itentialopensource/adapters/adapter-algosec_appviz/-/blob/master/README.md?ref_type=heads",
50
52
  "demoLinks": [],
51
53
  "trainingLinks": [
52
54
  {
@@ -78,9 +80,5 @@
78
80
  "workflowProjects": [],
79
81
  "transformationProjects": [],
80
82
  "exampleProjects": []
81
- },
82
- "supportLevel": [
83
- "community"
84
- ],
85
- "techAlliance": false
83
+ }
86
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-algosec_appviz",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "This adapter integrates with system described as: AppViz.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.3",
2
+ "version": "0.3.4",
3
3
  "configLines": 9944,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 7363,