sv 0.5.0 → 0.5.1
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 -17
- package/dist/bin.js +45003 -2137
- package/dist/bin.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/shared.json +9 -9
- package/dist/templates/demo/files.types=checkjs.json +8 -8
- package/dist/templates/demo/files.types=none.json +7 -7
- package/dist/templates/demo/files.types=typescript.json +8 -8
- package/dist/templates/skeleton/files.types=checkjs.json +2 -2
- package/dist/templates/skeleton/files.types=none.json +1 -1
- package/dist/templates/skeleton/files.types=typescript.json +2 -2
- package/dist/templates/skeletonlib/files.types=checkjs.json +2 -2
- package/dist/templates/skeletonlib/files.types=none.json +1 -1
- package/dist/templates/skeletonlib/files.types=typescript.json +2 -2
- package/dist/templates/skeletonlib/package.json +1 -0
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "src/app.d.ts",
|
|
4
|
-
"contents": "// See https://
|
|
4
|
+
"contents": "// See https://svelte.dev/docs/kit/types#app\n// for information about these interfaces\ndeclare global {\n\tnamespace App {\n\t\t// interface Error {}\n\t\t// interface Locals {}\n\t\t// interface PageData {}\n\t\t// interface PageState {}\n\t\t// interface Platform {}\n\t}\n}\n\nexport {};\n"
|
|
5
5
|
},
|
|
6
6
|
{
|
|
7
7
|
"name": "src/lib/index.ts",
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"name": "src/routes/+page.svelte",
|
|
12
|
-
"contents": "<h1>Welcome to SvelteKit</h1>\n<p>Visit <a href=\"https://
|
|
12
|
+
"contents": "<h1>Welcome to SvelteKit</h1>\n<p>Visit <a href=\"https://svelte.dev/docs/kit\">svelte.dev/docs/kit</a> to read the documentation</p>\n"
|
|
13
13
|
}
|
|
14
14
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "src/app.d.ts",
|
|
4
|
-
"contents": "// See https://
|
|
4
|
+
"contents": "// See https://svelte.dev/docs/kit/types#app\n// for information about these interfaces\ndeclare global {\n\tnamespace App {\n\t\t// interface Error {}\n\t\t// interface Locals {}\n\t\t// interface PageData {}\n\t\t// interface PageState {}\n\t\t// interface Platform {}\n\t}\n}\n\nexport {};\n"
|
|
5
5
|
},
|
|
6
6
|
{
|
|
7
7
|
"name": "src/lib/index.js",
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"name": "src/routes/+page.svelte",
|
|
12
|
-
"contents": "<h1>Welcome to your library project</h1>\n<p>Create your package using @sveltejs/package and preview/showcase your work with SvelteKit</p>\n<p>Visit <a href=\"https://
|
|
12
|
+
"contents": "<h1>Welcome to your library project</h1>\n<p>Create your package using @sveltejs/package and preview/showcase your work with SvelteKit</p>\n<p>Visit <a href=\"https://svelte.dev/docs/kit\">svelte.dev/docs/kit</a> to read the documentation</p>\n"
|
|
13
13
|
}
|
|
14
14
|
]
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
},
|
|
6
6
|
{
|
|
7
7
|
"name": "src/routes/+page.svelte",
|
|
8
|
-
"contents": "<h1>Welcome to your library project</h1>\n<p>Create your package using @sveltejs/package and preview/showcase your work with SvelteKit</p>\n<p>Visit <a href=\"https://
|
|
8
|
+
"contents": "<h1>Welcome to your library project</h1>\n<p>Create your package using @sveltejs/package and preview/showcase your work with SvelteKit</p>\n<p>Visit <a href=\"https://svelte.dev/docs/kit\">svelte.dev/docs/kit</a> to read the documentation</p>\n"
|
|
9
9
|
}
|
|
10
10
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "src/app.d.ts",
|
|
4
|
-
"contents": "// See https://
|
|
4
|
+
"contents": "// See https://svelte.dev/docs/kit/types#app\n// for information about these interfaces\ndeclare global {\n\tnamespace App {\n\t\t// interface Error {}\n\t\t// interface Locals {}\n\t\t// interface PageData {}\n\t\t// interface PageState {}\n\t\t// interface Platform {}\n\t}\n}\n\nexport {};\n"
|
|
5
5
|
},
|
|
6
6
|
{
|
|
7
7
|
"name": "src/lib/index.ts",
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"name": "src/routes/+page.svelte",
|
|
12
|
-
"contents": "<h1>Welcome to your library project</h1>\n<p>Create your package using @sveltejs/package and preview/showcase your work with SvelteKit</p>\n<p>Visit <a href=\"https://
|
|
12
|
+
"contents": "<h1>Welcome to your library project</h1>\n<p>Create your package using @sveltejs/package and preview/showcase your work with SvelteKit</p>\n<p>Visit <a href=\"https://svelte.dev/docs/kit\">svelte.dev/docs/kit</a> to read the documentation</p>\n"
|
|
13
13
|
}
|
|
14
14
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sv",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "A CLI for creating and updating SvelteKit projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"create",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"directory": "packages/cli"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
|
-
"homepage": "https://
|
|
21
|
+
"homepage": "https://svelte.dev",
|
|
22
22
|
"bin": "./dist/bin.js",
|
|
23
23
|
"exports": {
|
|
24
24
|
".": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"tinyexec": "^0.3.0",
|
|
37
37
|
"valibot": "^0.41.0",
|
|
38
38
|
"@sveltejs/adders": "0.0.0",
|
|
39
|
-
"@sveltejs/cli-core": "0.0.0",
|
|
40
39
|
"@sveltejs/clack-prompts": "0.9.1",
|
|
40
|
+
"@sveltejs/cli-core": "0.0.0",
|
|
41
41
|
"@sveltejs/create": "0.0.0"
|
|
42
42
|
},
|
|
43
43
|
"files": [
|