rwsdk 1.0.0-alpha.20-test.20250929180819 → 1.0.0-alpha.20-test.20250929182842

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rwsdk",
3
- "version": "1.0.0-alpha.20-test.20250929180819",
3
+ "version": "1.0.0-alpha.20-test.20250929182842",
4
4
  "description": "Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime",
5
5
  "type": "module",
6
6
  "bin": {
@@ -166,7 +166,8 @@
166
166
  "ts-morph": "~27.0.0",
167
167
  "unique-names-generator": "~4.7.1",
168
168
  "vibe-rules": "~0.3.0",
169
- "vite-tsconfig-paths": "~5.1.4"
169
+ "vite-tsconfig-paths": "~5.1.4",
170
+ "decompress": "~4.2.1"
170
171
  },
171
172
  "peerDependencies": {
172
173
  "@cloudflare/vite-plugin": "^1.12.4",
@@ -184,7 +185,6 @@
184
185
  "@types/lodash": "~4.17.16",
185
186
  "@types/node": "~24.5.2",
186
187
  "@types/proper-lockfile": "~4.1.4",
187
- "decompress": "~4.2.1",
188
188
  "js-beautify": "~1.15.4",
189
189
  "semver": "~7.7.1",
190
190
  "tsx": "~4.20.0",