cdk-common 2.0.342 → 2.0.343

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.
@@ -813,7 +813,7 @@
813
813
  "affectsGlobalScope": false
814
814
  },
815
815
  "../../../tools/@aws-cdk/pkglint/lib/rules.ts": {
816
- "version": "e2b3a11649f714f5e8b69af73b1a9a1235c06cec87b70980ad4559c4fbe86b00",
816
+ "version": "edfe09cd4b6c28d3516ba7e6c41ca35b4bec4dedb8a6324b8298e1acaabd8a93",
817
817
  "affectsGlobalScope": false
818
818
  },
819
819
  "../../../tools/@aws-cdk/pkglint/lib/library-creation.ts": {
@@ -826,7 +826,7 @@
826
826
  "affectsGlobalScope": false
827
827
  },
828
828
  "./build-tools/create-missing-libraries.ts": {
829
- "version": "fde25f7960269f0ecd3942a9b308ae3261f5bee77712b34f831e1637588ab2ef",
829
+ "version": "9701780bfed993bd1c143100e9451e52cf63962b5cb330b2f29dc5133933d143",
830
830
  "signature": "6f1c2a556d1d2d8c71593583b8ef8417639193f852d07a6a08e99fe3d1ee5785",
831
831
  "affectsGlobalScope": false
832
832
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/cloudformation-diff",
3
- "version": "2.53.0",
3
+ "version": "2.54.0",
4
4
  "description": "Utilities to diff CDK stacks against CloudFormation templates",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-cdk/cfnspec": "2.53.0",
26
+ "@aws-cdk/cfnspec": "2.54.0",
27
27
  "@types/node": "^14.18.33",
28
28
  "chalk": "^4",
29
29
  "diff": "^5.1.0",
@@ -32,8 +32,8 @@
32
32
  "table": "^6.8.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@aws-cdk/cdk-build-tools": "2.53.0",
36
- "@aws-cdk/pkglint": "2.53.0",
35
+ "@aws-cdk/cdk-build-tools": "2.54.0",
36
+ "@aws-cdk/pkglint": "2.54.0",
37
37
  "@types/jest": "^27.5.2",
38
38
  "@types/string-width": "^4.0.1",
39
39
  "fast-check": "^2.25.0",
package/package.json CHANGED
@@ -55,7 +55,7 @@
55
55
  "jsii-pacmak": "^1.72.0",
56
56
  "json-schema": "^0.4.0",
57
57
  "npm-check-updates": "^16",
58
- "projen": "0.65.48",
58
+ "projen": "0.65.50",
59
59
  "standard-version": "^9",
60
60
  "ts-jest": "^27",
61
61
  "typescript": "3.9.10"
@@ -65,7 +65,7 @@
65
65
  "constructs": "^10.0.5"
66
66
  },
67
67
  "dependencies": {
68
- "@aws-cdk/assert": "^2.53.0",
68
+ "@aws-cdk/assert": "^2.54.0",
69
69
  "case": "^1.6.3",
70
70
  "sync-request": "^6.1.0"
71
71
  },
@@ -83,7 +83,7 @@
83
83
  ],
84
84
  "main": "lib/index.js",
85
85
  "license": "Apache-2.0",
86
- "version": "2.0.342",
86
+ "version": "2.0.343",
87
87
  "jest": {
88
88
  "testMatch": [
89
89
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",