@builder.io/dev-tools 1.18.46-dev.202512121218.7b7fba707 → 1.18.46-dev.202512121446.7b7fba707
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 +2 -14
- 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(index_exports, {
|
|
|
656
656
|
module.exports = __toCommonJS(index_exports);
|
|
657
657
|
|
|
658
658
|
// packages/dev-tools/cli/version.ts
|
|
659
|
-
var builderVersion = true ? "1.18.46-dev.
|
|
659
|
+
var builderVersion = true ? "1.18.46-dev.202512121446.7b7fba707" : "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.18.46-dev.
|
|
639
|
+
var builderVersion = true ? "1.18.46-dev.202512121446.7b7fba707" : "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
|
@@ -25059,7 +25059,7 @@ var builders = {
|
|
|
25059
25059
|
var Sentry = __toESM(require("@sentry/node"), 1);
|
|
25060
25060
|
|
|
25061
25061
|
// packages/dev-tools/cli/version.ts
|
|
25062
|
-
var builderVersion = true ? "1.18.46-dev.
|
|
25062
|
+
var builderVersion = true ? "1.18.46-dev.202512121446.7b7fba707" : "0.0.0";
|
|
25063
25063
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
25064
25064
|
|
|
25065
25065
|
// packages/dev-tools/node/node-sys.ts
|
package/node/index.mjs
CHANGED
|
@@ -25065,7 +25065,7 @@ var builders = {
|
|
|
25065
25065
|
import * as Sentry from "@sentry/node";
|
|
25066
25066
|
|
|
25067
25067
|
// packages/dev-tools/cli/version.ts
|
|
25068
|
-
var builderVersion = true ? "1.18.46-dev.
|
|
25068
|
+
var builderVersion = true ? "1.18.46-dev.202512121446.7b7fba707" : "0.0.0";
|
|
25069
25069
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
25070
25070
|
|
|
25071
25071
|
// packages/dev-tools/node/node-sys.ts
|
package/package.json
CHANGED