@aws/create-nx-workspace 1.0.0-rc.63 → 1.0.0-rc.64

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 (2) hide show
  1. package/bin/index.cjs +2 -1
  2. package/package.json +1 -1
package/bin/index.cjs CHANGED
@@ -93,6 +93,7 @@ const TS_VERSIONS = {
93
93
  "class-variance-authority": "0.7.1",
94
94
  clsx: "2.1.1",
95
95
  commander: "15.0.0",
96
+ "cpy-cli": "7.0.0",
96
97
  electrodb: "3.9.1",
97
98
  esbuild: "0.28.1",
98
99
  "event-source-polyfill": "1.0.31",
@@ -110,6 +111,7 @@ const TS_VERSIONS = {
110
111
  "@types/fs-extra": "11.0.4",
111
112
  "make-dir-cli": "4.0.0",
112
113
  mariadb: "3.5.3",
114
+ mise: "2026.8.3",
113
115
  ncp: "2.0.0",
114
116
  npm: "12.0.2",
115
117
  "npm-check-updates": "22.2.9",
@@ -122,7 +124,6 @@ const TS_VERSIONS = {
122
124
  rimraf: "6.1.3",
123
125
  rolldown: "1.2.2",
124
126
  "rolldown-plugin-dts": "0.28.0",
125
- "@rollup/plugin-esm-shim": "0.1.8",
126
127
  "simple-git": "3.36.0",
127
128
  "source-map-support": "0.5.21",
128
129
  "starlight-blog": "0.28.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/create-nx-workspace",
3
- "version": "1.0.0-rc.63",
3
+ "version": "1.0.0-rc.64",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",