@batijs/elements 0.0.12 → 0.0.13
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/elements/full.js +1 -1
- package/package.json +6 -4
package/dist/elements/full.js
CHANGED
|
@@ -5083,7 +5083,7 @@ function vc() {
|
|
|
5083
5083
|
function r() {
|
|
5084
5084
|
return e().map((g) => `--${g}`);
|
|
5085
5085
|
}
|
|
5086
|
-
const o = z(() => ["npm", "create", "
|
|
5086
|
+
const o = z(() => ["npm", "create", "vike@latest", "---", ...r()]), n = z(() => ["pnpm", "create", "vike@latest", ...r()]), a = z(() => ["yarn", "create", "vike@latest", ...r()]), l = z(() => ["bun", "create", "vike@latest", ...r()]), c = () => {
|
|
5087
5087
|
i("Copy to Clipboard");
|
|
5088
5088
|
}, s = (g) => {
|
|
5089
5089
|
Tc("copy", {
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/elements",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "BatiJS website as Web Components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"bati",
|
|
8
|
-
"batijs"
|
|
8
|
+
"batijs",
|
|
9
|
+
"vike"
|
|
9
10
|
],
|
|
10
11
|
"author": "Joël Charles <joel.charles91@gmail.com>",
|
|
11
12
|
"devDependencies": {
|
|
@@ -31,7 +32,7 @@
|
|
|
31
32
|
"vike-solid": "^0.7.8",
|
|
32
33
|
"vite": "^6.1.0",
|
|
33
34
|
"vite-plugin-solid": "^2.11.1",
|
|
34
|
-
"@batijs/features": "0.0.
|
|
35
|
+
"@batijs/features": "0.0.344"
|
|
35
36
|
},
|
|
36
37
|
"files": [
|
|
37
38
|
"dist/elements"
|
|
@@ -44,6 +45,7 @@
|
|
|
44
45
|
"preview:widget": "http-server .",
|
|
45
46
|
"check-types": "tsc --noEmit",
|
|
46
47
|
"test": "tsc --noEmit",
|
|
47
|
-
"release": "bumpp --no-tag && pnpm run build:widget && pnpm publish"
|
|
48
|
+
"release": "bumpp --no-tag && pnpm run build:widget && pnpm publish",
|
|
49
|
+
"release:ci": "bumpp --no-tag -y && pnpm run build:widget && pnpm publish"
|
|
48
50
|
}
|
|
49
51
|
}
|