@svadmin/create 0.13.2 → 0.13.4
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/dist/index.js +2 -2
- package/package.json +2 -2
- package/scaffold-manifest.json +7 -7
package/dist/index.js
CHANGED
|
@@ -5621,7 +5621,7 @@ dist
|
|
|
5621
5621
|
const authLabel = response.authProvider === "mock" ? "Mock (demo)" : response.authProvider === "jwt" ? "JWT" : response.authProvider === "supabase" ? "Supabase Auth" : "None";
|
|
5622
5622
|
fs.writeFileSync(path.join(projectDir, "README.md"), `# ${response.projectName}
|
|
5623
5623
|
|
|
5624
|
-
Built with [svadmin](https://github.com/
|
|
5624
|
+
Built with [svadmin](https://github.com/vibeunion/svadmin) — Headless Admin Framework for Svelte 5.
|
|
5625
5625
|
|
|
5626
5626
|
## Getting Started
|
|
5627
5627
|
|
|
@@ -5660,7 +5660,7 @@ ${import_picocolors.default.bold("Installing dependencies...")}
|
|
|
5660
5660
|
}
|
|
5661
5661
|
console.log(` ${import_picocolors.default.cyan("bun run dev")}`);
|
|
5662
5662
|
console.log();
|
|
5663
|
-
console.log(` Docs: ${import_picocolors.default.blue("https://github.com/
|
|
5663
|
+
console.log(` Docs: ${import_picocolors.default.blue("https://github.com/vibeunion/svadmin")}`);
|
|
5664
5664
|
console.log();
|
|
5665
5665
|
}
|
|
5666
5666
|
var EJECT_COMPONENTS = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@svadmin/create",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.4",
|
|
4
4
|
"description": "Scaffolding tool for svadmin projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
40
|
-
"url": "https://github.com/
|
|
40
|
+
"url": "https://github.com/vibeunion/svadmin.git",
|
|
41
41
|
"directory": "packages/create-svadmin"
|
|
42
42
|
}
|
|
43
43
|
}
|
package/scaffold-manifest.json
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@svadmin/core": "^0.36.
|
|
14
|
-
"@svadmin/ui": "^0.42.
|
|
13
|
+
"@svadmin/core": "^0.36.2",
|
|
14
|
+
"@svadmin/ui": "^0.42.1",
|
|
15
15
|
"@tanstack/svelte-query": "^6.1.38",
|
|
16
16
|
"highlight.js": "^11.11.1",
|
|
17
|
-
"@lucide/svelte": "^1.
|
|
17
|
+
"@lucide/svelte": "^1.31.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@sveltejs/vite-plugin-svelte": "^7.3.0",
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"@refinedev/core": "^5.0.12"
|
|
33
33
|
},
|
|
34
34
|
"simple-rest": {
|
|
35
|
-
"@svadmin/simple-rest": "^0.9.
|
|
35
|
+
"@svadmin/simple-rest": "^0.9.12",
|
|
36
36
|
"@refinedev/simple-rest": "^6.0.1"
|
|
37
37
|
},
|
|
38
38
|
"supabase": {
|
|
39
|
-
"@svadmin/supabase": "^0.11.
|
|
40
|
-
"@supabase/supabase-js": "^2.112.
|
|
39
|
+
"@svadmin/supabase": "^0.11.9",
|
|
40
|
+
"@supabase/supabase-js": "^2.112.3",
|
|
41
41
|
"@refinedev/supabase": "^6.0.2"
|
|
42
42
|
},
|
|
43
43
|
"graphql": {
|
|
44
|
-
"@svadmin/graphql": "^0.9.
|
|
44
|
+
"@svadmin/graphql": "^0.9.12",
|
|
45
45
|
"@refinedev/graphql": "^8.0.1",
|
|
46
46
|
"graphql-request": "^7.4.0",
|
|
47
47
|
"graphql": "^16.8.0"
|