rsc-kit 0.16.0 → 0.16.2
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -21,4 +21,4 @@ prints the exact edit for you to make.
|
|
|
21
21
|
Installing this package also gives you [`@rsc-kit/core`](https://www.npmjs.com/package/@rsc-kit/core),
|
|
22
22
|
so `import { rscKit } from '@rsc-kit/core/vite'` works after `bun add rsc-kit`.
|
|
23
23
|
|
|
24
|
-
Docs: https://rsc-kit.dev · Licence: MIT
|
|
24
|
+
Docs: https://docs.rsc-kit.dev · Licence: MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rsc-kit",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.2",
|
|
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.16.
|
|
31
|
-
"create-rsc-kit": "^0.16.
|
|
30
|
+
"@rsc-kit/core": "^0.16.2",
|
|
31
|
+
"create-rsc-kit": "^0.16.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "^24.0.0",
|