@itentialopensource/adapter-aruba_airwave 0.4.4 → 0.4.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.4.5 [08-22-2024]
3
+
4
+ * turn off save metric
5
+
6
+ See merge request itentialopensource/adapters/adapter-aruba_airwave!14
7
+
8
+ ---
9
+
2
10
  ## 0.4.4 [08-22-2024]
3
11
 
4
12
  * update dependencies and metadata
package/TAB2.md CHANGED
@@ -70,7 +70,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
70
70
  "cache_location": "none",
71
71
  "encode_pathvars": true,
72
72
  "encode_queryvars": true,
73
- "save_metric": true,
73
+ "save_metric": false,
74
74
  "stub": true,
75
75
  "protocol": "https",
76
76
  "authentication": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-aruba_airwave",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "This adapter integrates with system described as: Aruba Airwave",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.3",
2
+ "version": "0.4.4",
3
3
  "configLines": 4220,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 4651,
@@ -10,7 +10,7 @@
10
10
  "cache_location": "none",
11
11
  "encode_pathvars": true,
12
12
  "encode_queryvars": true,
13
- "save_metric": true,
13
+ "save_metric": false,
14
14
  "stub": true,
15
15
  "protocol": "https",
16
16
  "authentication": {