cloudformation-stack-drift-detector 0.1.3 → 0.1.4
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/.jsii +3 -3
- package/lib/index.js +1 -1
- package/package.json +5 -5
package/.jsii
CHANGED
|
@@ -8440,7 +8440,7 @@
|
|
|
8440
8440
|
"stability": "stable"
|
|
8441
8441
|
},
|
|
8442
8442
|
"homepage": "https://github.com/gammarers-aws-cdk-constructs/cloudformation-stack-drift-detector.git",
|
|
8443
|
-
"jsiiVersion": "6.0.
|
|
8443
|
+
"jsiiVersion": "6.0.12 (build 471f453)",
|
|
8444
8444
|
"keywords": [
|
|
8445
8445
|
"aws",
|
|
8446
8446
|
"cdk",
|
|
@@ -8696,6 +8696,6 @@
|
|
|
8696
8696
|
"symbolId": "src/index:TargetResource"
|
|
8697
8697
|
}
|
|
8698
8698
|
},
|
|
8699
|
-
"version": "0.1.
|
|
8700
|
-
"fingerprint": "
|
|
8699
|
+
"version": "0.1.4",
|
|
8700
|
+
"fingerprint": "Jqn/+VRW42kopD0Ht9dEiVpD114gOnmD3R6NdElONbc="
|
|
8701
8701
|
}
|
package/lib/index.js
CHANGED
|
@@ -50,7 +50,7 @@ const detector_function_1 = require("./funcs/detector-function");
|
|
|
50
50
|
* every stable stack in the account and region is inspected.
|
|
51
51
|
*/
|
|
52
52
|
class CloudformationStackDriftDetector extends constructs_1.Construct {
|
|
53
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "cloudformation-stack-drift-detector.CloudformationStackDriftDetector", version: "0.1.
|
|
53
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cloudformation-stack-drift-detector.CloudformationStackDriftDetector", version: "0.1.4" };
|
|
54
54
|
/**
|
|
55
55
|
* SNS topic that receives drift notifications.
|
|
56
56
|
*/
|
package/package.json
CHANGED
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"eslint": "^9",
|
|
59
59
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
60
60
|
"eslint-plugin-import": "^2.32.0",
|
|
61
|
-
"jest": "^30.
|
|
61
|
+
"jest": "^30.5.0",
|
|
62
62
|
"jest-junit": "^17",
|
|
63
63
|
"jsii": "6.0.x",
|
|
64
|
-
"jsii-diff": "^1.
|
|
64
|
+
"jsii-diff": "^1.140.0",
|
|
65
65
|
"jsii-docgen": "^10.5.0",
|
|
66
|
-
"jsii-pacmak": "^1.
|
|
66
|
+
"jsii-pacmak": "^1.140.0",
|
|
67
67
|
"jsii-rosetta": "6.0.x",
|
|
68
|
-
"projen": "^0.103.
|
|
68
|
+
"projen": "^0.103.11",
|
|
69
69
|
"ts-jest": "^29.4.12",
|
|
70
70
|
"ts-node": "^10.9.2",
|
|
71
71
|
"typescript": "6.0.x"
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"publishConfig": {
|
|
100
100
|
"access": "public"
|
|
101
101
|
},
|
|
102
|
-
"version": "0.1.
|
|
102
|
+
"version": "0.1.4",
|
|
103
103
|
"jest": {
|
|
104
104
|
"coverageProvider": "v8",
|
|
105
105
|
"testMatch": [
|