@aws/create-nx-workspace 1.0.0-rc.92 → 1.0.0-rc.94

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 +1 -4
  2. package/package.json +1 -1
package/bin/index.cjs CHANGED
@@ -94,7 +94,6 @@ const TS_VERSIONS = {
94
94
  "class-variance-authority": "0.7.1",
95
95
  clsx: "2.1.1",
96
96
  commander: "15.0.0",
97
- "cpy-cli": "7.0.0",
98
97
  electrodb: "3.9.3",
99
98
  esbuild: "0.28.2",
100
99
  "event-source-polyfill": "1.0.31",
@@ -110,10 +109,8 @@ const TS_VERSIONS = {
110
109
  husky: "9.1.7",
111
110
  "fs-extra": "11.4.0",
112
111
  "@types/fs-extra": "11.0.4",
113
- "make-dir-cli": "4.0.0",
114
112
  mariadb: "3.5.3",
115
113
  mise: "2026.8.14",
116
- ncp: "2.0.0",
117
114
  npm: "12.0.2",
118
115
  "npm-check-updates": "23.1.0",
119
116
  "oidc-client-ts": "3.5.0",
@@ -122,9 +119,9 @@ const TS_VERSIONS = {
122
119
  "react-oidc-context": "3.3.1",
123
120
  react: "19.2.8",
124
121
  "react-dom": "19.2.8",
125
- rimraf: "6.1.3",
126
122
  rolldown: "1.2.6",
127
123
  "rolldown-plugin-dts": "0.28.3",
124
+ shx: "0.4.0",
128
125
  "simple-git": "3.36.0",
129
126
  "source-map-support": "0.5.21",
130
127
  "starlight-blog": "0.29.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/create-nx-workspace",
3
- "version": "1.0.0-rc.92",
3
+ "version": "1.0.0-rc.94",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",