@builder.io/dev-tools 1.7.2-dev.202507161229.8a9634515 → 1.7.2-dev.202507161402.8a9634515
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 +7 -3
- 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/cli/codegen.d.ts +1 -0
- package/types/tsconfig.tsbuildinfo +1 -1
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.7.2-dev.
|
|
657
|
+
var builderVersion = true ? "1.7.2-dev.202507161402.8a9634515" : "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.7.2-dev.
|
|
637
|
+
var builderVersion = true ? "1.7.2-dev.202507161402.8a9634515" : "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
|
@@ -24941,7 +24941,7 @@ var builders = {
|
|
|
24941
24941
|
var Sentry = __toESM(require("@sentry/node"), 1);
|
|
24942
24942
|
|
|
24943
24943
|
// packages/dev-tools/cli/version.ts
|
|
24944
|
-
var builderVersion = true ? "1.7.2-dev.
|
|
24944
|
+
var builderVersion = true ? "1.7.2-dev.202507161402.8a9634515" : "0.0.0";
|
|
24945
24945
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
24946
24946
|
|
|
24947
24947
|
// packages/dev-tools/node/node-sys.ts
|
package/node/index.mjs
CHANGED
|
@@ -24947,7 +24947,7 @@ var builders = {
|
|
|
24947
24947
|
import * as Sentry from "@sentry/node";
|
|
24948
24948
|
|
|
24949
24949
|
// packages/dev-tools/cli/version.ts
|
|
24950
|
-
var builderVersion = true ? "1.7.2-dev.
|
|
24950
|
+
var builderVersion = true ? "1.7.2-dev.202507161402.8a9634515" : "0.0.0";
|
|
24951
24951
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
24952
24952
|
|
|
24953
24953
|
// packages/dev-tools/node/node-sys.ts
|