@vercube/devkit 0.0.1-alpha.19 → 0.0.1-beta.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/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.6_@swc+core@1.11.20_@swc+helpers@0.5.17__typescript@5.8.3/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.6_@swc+core@1.11.20_@swc+helpers@0.5.17__typescript@5.8.3/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.6_@swc+core@1.11.20_@swc+helpers@0.5.17__typescript@5.8.3/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
  *
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.6_@swc+core@1.11.20_@swc+helpers@0.5.17__typescript@5.8.3/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.6_@swc+core@1.11.20_@swc+helpers@0.5.17__typescript@5.8.3/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.6_@swc+core@1.11.20_@swc+helpers@0.5.17__typescript@5.8.3/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
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercube/devkit",
3
- "version": "0.0.1-alpha.19",
3
+ "version": "0.0.1-beta.1",
4
4
  "description": "Devkit module for Vercube framework",
5
5
  "repository": "@vercube/devkit",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
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.19"
31
+ "@vercube/core": "0.0.1-beta.1"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"