@builder.io/dev-tools 1.6.16-dev.202503262016.0701a0ab → 1.6.16-dev.202503262103.cf8bfcda
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 +147 -3
- package/cli/index.cjs.map +3 -3
- 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/core/index.cjs
CHANGED
|
@@ -654,7 +654,7 @@ __export(core_exports, {
|
|
|
654
654
|
module.exports = __toCommonJS(core_exports);
|
|
655
655
|
|
|
656
656
|
// packages/dev-tools/cli/version.ts
|
|
657
|
-
var builderVersion = true ? "1.6.16-dev.
|
|
657
|
+
var builderVersion = true ? "1.6.16-dev.202503262103.cf8bfcda" : "0.0.0";
|
|
658
658
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
659
659
|
|
|
660
660
|
// packages/dev-tools/common/fs.ts
|
package/core/index.mjs
CHANGED
|
@@ -634,7 +634,7 @@ var require_dist = __commonJS({
|
|
|
634
634
|
});
|
|
635
635
|
|
|
636
636
|
// packages/dev-tools/cli/version.ts
|
|
637
|
-
var builderVersion = true ? "1.6.16-dev.
|
|
637
|
+
var builderVersion = true ? "1.6.16-dev.202503262103.cf8bfcda" : "0.0.0";
|
|
638
638
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
639
639
|
|
|
640
640
|
// packages/dev-tools/common/fs.ts
|
package/node/index.cjs
CHANGED
|
@@ -24942,7 +24942,7 @@ var builders = {
|
|
|
24942
24942
|
var Sentry = __toESM(require("@sentry/node"), 1);
|
|
24943
24943
|
|
|
24944
24944
|
// packages/dev-tools/cli/version.ts
|
|
24945
|
-
var builderVersion = true ? "1.6.16-dev.
|
|
24945
|
+
var builderVersion = true ? "1.6.16-dev.202503262103.cf8bfcda" : "0.0.0";
|
|
24946
24946
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
24947
24947
|
|
|
24948
24948
|
// packages/dev-tools/node/node-sys.ts
|
package/node/index.mjs
CHANGED
|
@@ -24948,7 +24948,7 @@ var builders = {
|
|
|
24948
24948
|
import * as Sentry from "@sentry/node";
|
|
24949
24949
|
|
|
24950
24950
|
// packages/dev-tools/cli/version.ts
|
|
24951
|
-
var builderVersion = true ? "1.6.16-dev.
|
|
24951
|
+
var builderVersion = true ? "1.6.16-dev.202503262103.cf8bfcda" : "0.0.0";
|
|
24952
24952
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
24953
24953
|
|
|
24954
24954
|
// packages/dev-tools/node/node-sys.ts
|