rsc-kit 0.4.0 → 0.6.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -20,6 +20,6 @@ adds the dependencies you are missing, and for your vite config and your server
20
20
  prints the exact edit for you to make.
21
21
 
22
22
  Installing this package also gives you [`@rsc-kit/core`](https://www.npmjs.com/package/@rsc-kit/core),
23
- so `import { rscRoutes } from '@rsc-kit/core/vite'` works after `bun add rsc-kit`.
23
+ so `import { rscKit } from '@rsc-kit/core/vite'` works after `bun add rsc-kit`.
24
24
 
25
25
  Docs: https://rsc-kit.dev · Licence: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsc-kit",
3
- "version": "0.4.0",
3
+ "version": "0.6.0",
4
4
  "type": "module",
5
5
  "description": "The rsc-kit command line: add it to a project, and freeze what can be frozen.",
6
6
  "bin": {
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "homepage": "https://rsc-kit.dev",
29
29
  "dependencies": {
30
- "@rsc-kit/core": "^0.4.0",
31
- "create-rsc-kit": "^0.4.0"
30
+ "@rsc-kit/core": "^0.6.0",
31
+ "create-rsc-kit": "^0.6.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "^24.0.0",