cdk-assets 2.155.28 → 2.155.29

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.
@@ -46,7 +46,7 @@
46
46
  "jszip": "^3.10.1",
47
47
  "mock-fs": "^5",
48
48
  "prettier": "^3.3.3",
49
- "projen": "^0.90.1",
49
+ "projen": "^0.90.2",
50
50
  "ts-jest": "^29.2.5",
51
51
  "ts-node": "^10.9.2",
52
52
  "typescript": "^5.6.3"
@@ -7914,9 +7914,9 @@
7914
7914
  "license": "MIT"
7915
7915
  },
7916
7916
  "node_modules/object-inspect": {
7917
- "version": "1.13.2",
7918
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
7919
- "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
7917
+ "version": "1.13.3",
7918
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz",
7919
+ "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==",
7920
7920
  "dev": true,
7921
7921
  "license": "MIT",
7922
7922
  "engines": {
@@ -8342,9 +8342,9 @@
8342
8342
  "license": "MIT"
8343
8343
  },
8344
8344
  "node_modules/projen": {
8345
- "version": "0.90.1",
8346
- "resolved": "https://registry.npmjs.org/projen/-/projen-0.90.1.tgz",
8347
- "integrity": "sha512-1oVgUp0lry64Wb3LH+97/Nlci9BUZd/yambpQ0RmqIX9fKzAlq7H0N2bMjepjRkKK5HQNuYB6OotYG2L73eDhA==",
8345
+ "version": "0.90.2",
8346
+ "resolved": "https://registry.npmjs.org/projen/-/projen-0.90.2.tgz",
8347
+ "integrity": "sha512-AMCSpo/IDGKvww+b5PFMv1fOpXkId7Tn6ISJvUDxjAb+/VrAqequcAJrlvDl0tO75ZRDY18b2N1twZFPyeueew==",
8348
8348
  "bundleDependencies": [
8349
8349
  "@iarna/toml",
8350
8350
  "case",
package/package.json CHANGED
@@ -55,7 +55,7 @@
55
55
  "jszip": "^3.10.1",
56
56
  "mock-fs": "^5",
57
57
  "prettier": "^3.3.3",
58
- "projen": "^0.90.1",
58
+ "projen": "^0.90.2",
59
59
  "ts-jest": "^29.2.5",
60
60
  "ts-node": "^10.9.2",
61
61
  "typescript": "^5.6.3"
@@ -79,7 +79,7 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "version": "2.155.28",
82
+ "version": "2.155.29",
83
83
  "types": "lib/index.d.ts",
84
84
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
85
85
  }