cdk-assets 4.6.1 → 4.7.0

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/package.json CHANGED
@@ -13,6 +13,8 @@
13
13
  "scripts": {
14
14
  "build": "projen build",
15
15
  "bump": "projen bump",
16
+ "bump:next-version": "projen bump:next-version",
17
+ "bump:releasable-commits": "projen bump:releasable-commits",
16
18
  "check-for-updates": "projen check-for-updates",
17
19
  "check-licenses": "projen check-licenses",
18
20
  "compile": "projen compile",
@@ -35,9 +37,9 @@
35
37
  "organization": true
36
38
  },
37
39
  "devDependencies": {
38
- "@aws-cdk/cloud-assembly-schema": "54.13.0",
40
+ "@aws-cdk/cloud-assembly-schema": "54.15.0",
39
41
  "@aws-sdk/client-s3": "^3",
40
- "@cdklabs/eslint-plugin": "^2.0.11",
42
+ "@cdklabs/eslint-plugin": "^2.0.15",
41
43
  "@stylistic/eslint-plugin": "^3",
42
44
  "@types/jest": "^29.5.14",
43
45
  "@types/node": "^20",
@@ -51,17 +53,17 @@
51
53
  "eslint-config-prettier": "^10.1.8",
52
54
  "eslint-import-resolver-typescript": "^4.4.5",
53
55
  "eslint-plugin-import": "^2.32.0",
54
- "eslint-plugin-jest": "^29.15.3",
56
+ "eslint-plugin-jest": "^29.16.0",
55
57
  "eslint-plugin-jsdoc": "^62.9.0",
56
58
  "eslint-plugin-prettier": "^4.2.5",
57
59
  "jest": "^29.7.0",
58
60
  "jest-junit": "^16",
59
61
  "license-checker": "^25.0.1",
60
- "node-backpack": "^1.1.39",
61
- "nx": "^22.7.6",
62
+ "node-backpack": "^1.1.43",
63
+ "nx": "^22.7.7",
62
64
  "prettier": "^2.8",
63
- "projen": "^0.100.7",
64
- "ts-jest": "^29.4.11",
65
+ "projen": "^0.101.20",
66
+ "ts-jest": "^29.4.12",
65
67
  "typescript": "5.9",
66
68
  "@aws-cdk/cdk-assets-lib": "^1.4.15",
67
69
  "yargs": "^17.7.3"
@@ -87,8 +89,8 @@
87
89
  "publishConfig": {
88
90
  "access": "public"
89
91
  },
90
- "version": "4.6.1",
91
- "packageManager": "yarn@4.13.0",
92
+ "version": "4.7.0",
93
+ "packageManager": "yarn@4.17.1",
92
94
  "types": "lib/index.d.ts",
93
95
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
94
96
  }