@svadmin/lite 0.3.16 → 0.3.19
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 +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @svadmin/lite
|
|
2
2
|
|
|
3
|
-
**Lightweight, SSR-compatible admin UI for [@svadmin](https://github.com/
|
|
3
|
+
**Lightweight, SSR-compatible admin UI for [@svadmin](https://github.com/vibeunion/svadmin).**
|
|
4
4
|
|
|
5
5
|
Core server-driven CRUD flows can run without hydration. An optional `enhance.js` asset adds progressive client-side conveniences.
|
|
6
6
|
|
|
@@ -61,7 +61,7 @@ export const csr = false;
|
|
|
61
61
|
|
|
62
62
|
Put these options on the `/lite` layout so every child route returns server-rendered
|
|
63
63
|
HTML without shipping or executing the Svelte runtime in IE11. See the runnable
|
|
64
|
-
[SSR example](https://github.com/
|
|
64
|
+
[SSR example](https://github.com/vibeunion/svadmin/tree/main/packages/lite/example)
|
|
65
65
|
for the complete contract and its real-response check.
|
|
66
66
|
|
|
67
67
|
```svelte
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@svadmin/lite",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.19",
|
|
4
4
|
"description": "SSR-first lightweight admin UI for @svadmin with optional progressive enhancement",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"svelte": "^5.56.8",
|
|
52
|
-
"@svadmin/core": ">=0.34.2 <0.
|
|
52
|
+
"@svadmin/core": ">=0.34.2 <0.38.0",
|
|
53
53
|
"@sveltejs/kit": "^2.70.2"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@lucide/svelte": "^1.
|
|
56
|
+
"@lucide/svelte": "^1.31.0",
|
|
57
57
|
"zod": "^4.4.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"author": "zuohuadong",
|
|
81
81
|
"repository": {
|
|
82
82
|
"type": "git",
|
|
83
|
-
"url": "https://github.com/
|
|
83
|
+
"url": "https://github.com/vibeunion/svadmin.git",
|
|
84
84
|
"directory": "packages/lite"
|
|
85
85
|
}
|
|
86
86
|
}
|