@batijs/cli 0.0.624 → 0.0.626
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/boilerplates/@batijs/vue/types/node_modules/.pnpm/{vike-vue@0.9.11_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_vike@0.4.258_@cloudflare+wor_3818bb95af3b545f74a18f9252f141e1 → vike-vue@0.9.11_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_vike@0.4.258_@cloudflare+wor_18e21fb8b12c0b2d86e71cfc4a7ccf9e}/node_modules/vike-vue/dist/types/VikeHooks.d.mts +1 -1
- package/dist/boilerplates/@batijs/vue/types/pages/+onCreateApp.d.mts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- /package/dist/boilerplates/@batijs/vue/types/node_modules/.pnpm/{vike-vue@0.9.11_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_vike@0.4.258_@cloudflare+wor_3818bb95af3b545f74a18f9252f141e1 → vike-vue@0.9.11_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_vike@0.4.258_@cloudflare+wor_18e21fb8b12c0b2d86e71cfc4a7ccf9e}/node_modules/vike-vue/dist/types/public.d.mts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PageContext, PageContextClient, PageContextServer } from "vike/types";
|
|
2
2
|
|
|
3
|
-
//#region ../../node_modules/.pnpm/vike-vue@0.9.11_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_vike@0.4.258_@cloudflare+
|
|
3
|
+
//#region ../../node_modules/.pnpm/vike-vue@0.9.11_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_vike@0.4.258_@cloudflare+wor_18e21fb8b12c0b2d86e71cfc4a7ccf9e/node_modules/vike-vue/dist/types/VikeHooks.d.ts
|
|
4
4
|
type PageContextWithApp = PageContext & {
|
|
5
5
|
app: NonNullable<PageContext['app']>;
|
|
6
6
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnCreateAppSync } from "../node_modules/.pnpm/vike-vue@0.9.11_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_vike@0.4.258_@cloudflare+
|
|
1
|
+
import { OnCreateAppSync } from "../node_modules/.pnpm/vike-vue@0.9.11_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_vike@0.4.258_@cloudflare+wor_18e21fb8b12c0b2d86e71cfc4a7ccf9e/node_modules/vike-vue/dist/types/VikeHooks.mjs";
|
|
2
2
|
//#region files/pages/+onCreateApp.d.ts
|
|
3
3
|
declare const onCreateApp: OnCreateAppSync;
|
|
4
4
|
//#endregion
|
package/dist/index.js
CHANGED
|
@@ -2613,7 +2613,7 @@ function kebabCase(str, joiner) {
|
|
|
2613
2613
|
//#endregion
|
|
2614
2614
|
//#region package.json
|
|
2615
2615
|
var name = "@batijs/cli";
|
|
2616
|
-
var version = "0.0.
|
|
2616
|
+
var version = "0.0.626";
|
|
2617
2617
|
var description = "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want";
|
|
2618
2618
|
//#endregion
|
|
2619
2619
|
//#region rules.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.626",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"description": "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"typescript": "^6.0.3",
|
|
21
21
|
"unplugin-purge-polyfills": "^0.1.0",
|
|
22
22
|
"vite": "^8.0.10",
|
|
23
|
-
"@batijs/
|
|
24
|
-
"@batijs/
|
|
23
|
+
"@batijs/build": "0.0.626",
|
|
24
|
+
"@batijs/compile": "0.0.626"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@batijs/core": "",
|