@builder.io/dev-tools 1.12.0-dev.202510070627.fea52c293 → 1.12.0-dev.202510070649.fea52c293
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/cli/index.cjs +81 -9
- package/cli/index.cjs.map +2 -2
- package/core/index.cjs +1 -1
- package/core/index.mjs +1 -1
- package/node/index.cjs +1 -1
- package/node/index.mjs +1 -1
- package/package.json +1 -1
- package/server/index.cjs +2 -2
- package/server/index.mjs +2 -2
- package/types/tsconfig.tsbuildinfo +1 -1
package/core/index.cjs
CHANGED
|
@@ -656,7 +656,7 @@ __export(core_exports, {
|
|
|
656
656
|
module.exports = __toCommonJS(core_exports);
|
|
657
657
|
|
|
658
658
|
// packages/dev-tools/cli/version.ts
|
|
659
|
-
var builderVersion = true ? "1.12.0-dev.
|
|
659
|
+
var builderVersion = true ? "1.12.0-dev.202510070649.fea52c293" : "0.0.0";
|
|
660
660
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
661
661
|
|
|
662
662
|
// packages/dev-tools/common/fs.ts
|
package/core/index.mjs
CHANGED
|
@@ -636,7 +636,7 @@ var require_dist = __commonJS({
|
|
|
636
636
|
});
|
|
637
637
|
|
|
638
638
|
// packages/dev-tools/cli/version.ts
|
|
639
|
-
var builderVersion = true ? "1.12.0-dev.
|
|
639
|
+
var builderVersion = true ? "1.12.0-dev.202510070649.fea52c293" : "0.0.0";
|
|
640
640
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
641
641
|
|
|
642
642
|
// packages/dev-tools/common/fs.ts
|
package/node/index.cjs
CHANGED
|
@@ -25015,7 +25015,7 @@ var builders = {
|
|
|
25015
25015
|
var Sentry = __toESM(require("@sentry/node"), 1);
|
|
25016
25016
|
|
|
25017
25017
|
// packages/dev-tools/cli/version.ts
|
|
25018
|
-
var builderVersion = true ? "1.12.0-dev.
|
|
25018
|
+
var builderVersion = true ? "1.12.0-dev.202510070649.fea52c293" : "0.0.0";
|
|
25019
25019
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
25020
25020
|
|
|
25021
25021
|
// packages/dev-tools/node/node-sys.ts
|
package/node/index.mjs
CHANGED
|
@@ -25021,7 +25021,7 @@ var builders = {
|
|
|
25021
25021
|
import * as Sentry from "@sentry/node";
|
|
25022
25022
|
|
|
25023
25023
|
// packages/dev-tools/cli/version.ts
|
|
25024
|
-
var builderVersion = true ? "1.12.0-dev.
|
|
25024
|
+
var builderVersion = true ? "1.12.0-dev.202510070649.fea52c293" : "0.0.0";
|
|
25025
25025
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
25026
25026
|
|
|
25027
25027
|
// packages/dev-tools/node/node-sys.ts
|