@vercube/devkit 0.0.1-alpha.18 → 0.0.1-beta.0

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.
@@ -1,4 +1,4 @@
1
- import type { DevKitTypes } from "../Support/DevKitTypes.js";
1
+ import type { DevKitTypes } from "../Types/DevKitTypes.js";
2
2
  /**
3
3
  * Builds the application using the given application instance.
4
4
  * @param {DevKitTypes.App} app - The application instance.
@@ -1,4 +1,4 @@
1
- import type { DevKitTypes } from "../Support/DevKitTypes.js";
1
+ import type { DevKitTypes } from "../Types/DevKitTypes.js";
2
2
  /**
3
3
  * Creates a watcher for the given application.
4
4
  * @param {DevKitTypes.App} app - The application instance.
@@ -1,4 +1,4 @@
1
- import { DevKitTypes } from "../../Support/DevKitTypes.js";
1
+ import { DevKitTypes } from "../../Types/DevKitTypes.js";
2
2
  /**
3
3
  * Creates a watcher for rolldown
4
4
  * @param {DevKitTypes.App} app - The application instance.
@@ -1,4 +1,4 @@
1
- import type { DevKitTypes } from "../Support/DevKitTypes.js";
1
+ import type { DevKitTypes } from "../Types/DevKitTypes.js";
2
2
  /**
3
3
  * Creates a development server application.
4
4
  * @returns {DevKitTypes.App} The development server application instance.
@@ -1,4 +1,4 @@
1
- import type { DevKitTypes } from "../Support/DevKitTypes.js";
1
+ import type { DevKitTypes } from "../Types/DevKitTypes.js";
2
2
  /**
3
3
  * Creates a development server for the given application.
4
4
  * @param {DevKitTypes.App} app - The application instance.
@@ -1,4 +1,4 @@
1
- import type { DevKitTypes } from "../Support/DevKitTypes.js";
1
+ import type { DevKitTypes } from "../Types/DevKitTypes.js";
2
2
  /**
3
3
  * Returns the appropriate build function based on the specified bundler
4
4
  * @param {string} bundler - The bundler to use ('rollup' or 'rolldown')
package/dist/index.cjs CHANGED
@@ -51,7 +51,7 @@ async function createVercube() {
51
51
  }
52
52
 
53
53
  //#endregion
54
- //#region node_modules/.pnpm/unplugin-isolated-decl@0.13.5_@swc+core@1.11.16_@swc+helpers@0.5.15__typescript@5.8.2/node_modules/unplugin-isolated-decl/dist/transformer-Bp3NCHCk.js
54
+ //#region node_modules/.pnpm/unplugin-isolated-decl@0.13.6_@swc+core@1.11.21_@swc+helpers@0.5.17__typescript@5.8.3/node_modules/unplugin-isolated-decl/dist/transformer-Bp3NCHCk.js
55
55
  function tryImport(pkg) {
56
56
  return import(pkg).catch(() => null);
57
57
  }
@@ -11085,7 +11085,7 @@ var require_src = __commonJS({ "node_modules/.pnpm/debug@4.4.0/node_modules/debu
11085
11085
  var import_src = __toESM(require_src(), 1);
11086
11086
 
11087
11087
  //#endregion
11088
- //#region node_modules/.pnpm/unplugin-isolated-decl@0.13.5_@swc+core@1.11.16_@swc+helpers@0.5.15__typescript@5.8.2/node_modules/unplugin-isolated-decl/dist/src-DAG_rtx2.js
11088
+ //#region node_modules/.pnpm/unplugin-isolated-decl@0.13.6_@swc+core@1.11.21_@swc+helpers@0.5.17__typescript@5.8.3/node_modules/unplugin-isolated-decl/dist/src-DAG_rtx2.js
11089
11089
  const debug = (0, import_src.default)("unplugin-isolated-decl");
11090
11090
  function lowestCommonAncestor(...filepaths) {
11091
11091
  if (filepaths.length === 0) return "";
@@ -11448,7 +11448,7 @@ function patchCjsDefaultExport(source) {
11448
11448
  }
11449
11449
 
11450
11450
  //#endregion
11451
- //#region node_modules/.pnpm/unplugin-isolated-decl@0.13.5_@swc+core@1.11.16_@swc+helpers@0.5.15__typescript@5.8.2/node_modules/unplugin-isolated-decl/dist/rolldown.js
11451
+ //#region node_modules/.pnpm/unplugin-isolated-decl@0.13.6_@swc+core@1.11.21_@swc+helpers@0.5.17__typescript@5.8.3/node_modules/unplugin-isolated-decl/dist/rolldown.js
11452
11452
  /**
11453
11453
  * Rolldown plugin
11454
11454
  *
@@ -11475,6 +11475,7 @@ async function getRolldownConfig(ctx) {
11475
11475
  return {
11476
11476
  input: { index: input },
11477
11477
  resolve: { tsconfigFilename: (0, pathe.resolve)(root, "tsconfig.json") },
11478
+ define: { ...ctx?.define },
11478
11479
  external: [
11479
11480
  ...node_module.builtinModules,
11480
11481
  ...node_module.builtinModules.map((m$1) => `node:${m$1}`),
package/dist/index.mjs CHANGED
@@ -55,7 +55,7 @@ async function createVercube() {
55
55
  }
56
56
 
57
57
  //#endregion
58
- //#region node_modules/.pnpm/unplugin-isolated-decl@0.13.5_@swc+core@1.11.16_@swc+helpers@0.5.15__typescript@5.8.2/node_modules/unplugin-isolated-decl/dist/transformer-Bp3NCHCk.js
58
+ //#region node_modules/.pnpm/unplugin-isolated-decl@0.13.6_@swc+core@1.11.21_@swc+helpers@0.5.17__typescript@5.8.3/node_modules/unplugin-isolated-decl/dist/transformer-Bp3NCHCk.js
59
59
  function tryImport(pkg) {
60
60
  return import(pkg).catch(() => null);
61
61
  }
@@ -11126,7 +11126,7 @@ var require_browser = __commonJS({ "node_modules/.pnpm/debug@4.4.0/node_modules/
11126
11126
  var import_browser = __toESM(require_browser(), 1);
11127
11127
 
11128
11128
  //#endregion
11129
- //#region node_modules/.pnpm/unplugin-isolated-decl@0.13.5_@swc+core@1.11.16_@swc+helpers@0.5.15__typescript@5.8.2/node_modules/unplugin-isolated-decl/dist/src-DAG_rtx2.js
11129
+ //#region node_modules/.pnpm/unplugin-isolated-decl@0.13.6_@swc+core@1.11.21_@swc+helpers@0.5.17__typescript@5.8.3/node_modules/unplugin-isolated-decl/dist/src-DAG_rtx2.js
11130
11130
  const debug = (0, import_browser.default)("unplugin-isolated-decl");
11131
11131
  function lowestCommonAncestor(...filepaths) {
11132
11132
  if (filepaths.length === 0) return "";
@@ -11489,7 +11489,7 @@ function patchCjsDefaultExport(source) {
11489
11489
  }
11490
11490
 
11491
11491
  //#endregion
11492
- //#region node_modules/.pnpm/unplugin-isolated-decl@0.13.5_@swc+core@1.11.16_@swc+helpers@0.5.15__typescript@5.8.2/node_modules/unplugin-isolated-decl/dist/rolldown.js
11492
+ //#region node_modules/.pnpm/unplugin-isolated-decl@0.13.6_@swc+core@1.11.21_@swc+helpers@0.5.17__typescript@5.8.3/node_modules/unplugin-isolated-decl/dist/rolldown.js
11493
11493
  /**
11494
11494
  * Rolldown plugin
11495
11495
  *
@@ -11516,6 +11516,7 @@ async function getRolldownConfig(ctx) {
11516
11516
  return {
11517
11517
  input: { index: input },
11518
11518
  resolve: { tsconfigFilename: resolve(root, "tsconfig.json") },
11519
+ define: { ...ctx?.define },
11519
11520
  external: [
11520
11521
  ...builtinModules,
11521
11522
  ...builtinModules.map((m$1) => `node:${m$1}`),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercube/devkit",
3
- "version": "0.0.1-alpha.18",
3
+ "version": "0.0.1-beta.0",
4
4
  "description": "Devkit module for Vercube framework",
5
5
  "repository": "@vercube/devkit",
6
6
  "license": "MIT",
@@ -20,15 +20,15 @@
20
20
  "dist"
21
21
  ],
22
22
  "dependencies": {
23
- "@oxc-project/runtime": "0.62.0",
23
+ "@oxc-project/runtime": "0.63.0",
24
24
  "consola": "3.4.2",
25
- "dotenv": "16.4.7",
25
+ "dotenv": "16.5.0",
26
26
  "hookable": "5.5.3",
27
- "oxc-parser": "0.62.0",
28
- "oxc-transform": "0.62.0",
27
+ "oxc-parser": "0.63.0",
28
+ "oxc-transform": "0.63.0",
29
29
  "pathe": "2.0.3",
30
30
  "rolldown": "1.0.0-beta.7",
31
- "@vercube/core": "0.0.1-alpha.18"
31
+ "@vercube/core": "0.0.1-beta.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
File without changes