@builder.io/dev-tools 1.48.2-dev.202604261541.822b8ef7e → 1.48.2-dev.202604261607.59c0a4a03
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 +10 -5
- 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
|
@@ -707,7 +707,7 @@ __export(index_exports, {
|
|
|
707
707
|
module.exports = __toCommonJS(index_exports);
|
|
708
708
|
|
|
709
709
|
// packages/dev-tools/cli/version.ts
|
|
710
|
-
var builderVersion = true ? "1.48.2-dev.
|
|
710
|
+
var builderVersion = true ? "1.48.2-dev.202604261607.59c0a4a03" : "0.0.0";
|
|
711
711
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
712
712
|
|
|
713
713
|
// packages/dev-tools/common/fs.ts
|
package/core/index.mjs
CHANGED
|
@@ -687,7 +687,7 @@ var require_dist = __commonJS({
|
|
|
687
687
|
});
|
|
688
688
|
|
|
689
689
|
// packages/dev-tools/cli/version.ts
|
|
690
|
-
var builderVersion = true ? "1.48.2-dev.
|
|
690
|
+
var builderVersion = true ? "1.48.2-dev.202604261607.59c0a4a03" : "0.0.0";
|
|
691
691
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
692
692
|
|
|
693
693
|
// packages/dev-tools/common/fs.ts
|
package/node/index.cjs
CHANGED
|
@@ -22778,7 +22778,7 @@ async function writeFile(node, filename, options) {
|
|
|
22778
22778
|
var Sentry = __toESM(require("@sentry/node"), 1);
|
|
22779
22779
|
|
|
22780
22780
|
// packages/dev-tools/cli/version.ts
|
|
22781
|
-
var builderVersion = true ? "1.48.2-dev.
|
|
22781
|
+
var builderVersion = true ? "1.48.2-dev.202604261607.59c0a4a03" : "0.0.0";
|
|
22782
22782
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
22783
22783
|
|
|
22784
22784
|
// packages/dev-tools/node/node-sys.ts
|
package/node/index.mjs
CHANGED
|
@@ -22790,7 +22790,7 @@ async function writeFile(node, filename, options) {
|
|
|
22790
22790
|
import * as Sentry from "@sentry/node";
|
|
22791
22791
|
|
|
22792
22792
|
// packages/dev-tools/cli/version.ts
|
|
22793
|
-
var builderVersion = true ? "1.48.2-dev.
|
|
22793
|
+
var builderVersion = true ? "1.48.2-dev.202604261607.59c0a4a03" : "0.0.0";
|
|
22794
22794
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
22795
22795
|
|
|
22796
22796
|
// packages/dev-tools/node/node-sys.ts
|