cloudformation-stack-drift-detector 0.1.1 → 0.1.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.
Files changed (3) hide show
  1. package/.jsii +2 -2
  2. package/lib/index.js +1 -1
  3. package/package.json +1 -1
package/.jsii CHANGED
@@ -8689,6 +8689,6 @@
8689
8689
  "symbolId": "src/index:TargetResource"
8690
8690
  }
8691
8691
  },
8692
- "version": "0.1.1",
8693
- "fingerprint": "MnerAcNyiMEpLbviPvkfihPJKh5f85ozGEaSW9X/31Q="
8692
+ "version": "0.1.2",
8693
+ "fingerprint": "YSlh3Ns1GUfQ2dmazpuGFk+xUfnKtzRYqeivqgmKrus="
8694
8694
  }
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.1" };
53
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cloudformation-stack-drift-detector.CloudformationStackDriftDetector", version: "0.1.2" };
54
54
  /**
55
55
  * SNS topic that receives drift notifications.
56
56
  */
package/package.json CHANGED
@@ -91,7 +91,7 @@
91
91
  "publishConfig": {
92
92
  "access": "public"
93
93
  },
94
- "version": "0.1.1",
94
+ "version": "0.1.2",
95
95
  "jest": {
96
96
  "coverageProvider": "v8",
97
97
  "testMatch": [