@itentialopensource/adapter-aws_cloudformation 0.3.5 → 0.3.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.3.6 [08-23-2024]
3
+
4
+ * turn off savemetric
5
+
6
+ See merge request itentialopensource/adapters/adapter-aws_cloudformation!21
7
+
8
+ ---
9
+
2
10
  ## 0.3.5 [08-23-2024]
3
11
 
4
12
  * update dependencies and metadata
package/TAB2.md CHANGED
@@ -115,7 +115,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
115
115
  "cache_location": "none",
116
116
  "encode_pathvars": true,
117
117
  "encode_queryvars": true,
118
- "save_metric": true,
118
+ "save_metric": false,
119
119
  "stub": true,
120
120
  "protocol": "https",
121
121
  "service": "cloudformation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-aws_cloudformation",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "This adapter integrates with system described as: Aws_cloudformation.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.4",
2
+ "version": "0.3.5",
3
3
  "configLines": 13223,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 11578,
@@ -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
  "service": "cloudformation",