@builder.io/dev-tools 1.65.2-dev.202606121727.c2dbf6b3c → 1.65.2-dev.202606121802.c2dbf6b3c
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 +3 -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/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.65.2-dev.
|
|
710
|
+
var builderVersion = true ? "1.65.2-dev.202606121802.c2dbf6b3c" : "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.65.2-dev.
|
|
690
|
+
var builderVersion = true ? "1.65.2-dev.202606121802.c2dbf6b3c" : "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
|
@@ -22924,7 +22924,7 @@ async function writeFile(node, filename, options) {
|
|
|
22924
22924
|
var Sentry = __toESM(require("@sentry/node"), 1);
|
|
22925
22925
|
|
|
22926
22926
|
// packages/dev-tools/cli/version.ts
|
|
22927
|
-
var builderVersion = true ? "1.65.2-dev.
|
|
22927
|
+
var builderVersion = true ? "1.65.2-dev.202606121802.c2dbf6b3c" : "0.0.0";
|
|
22928
22928
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
22929
22929
|
|
|
22930
22930
|
// packages/dev-tools/node/node-sys.ts
|
package/node/index.mjs
CHANGED
|
@@ -22937,7 +22937,7 @@ async function writeFile(node, filename, options) {
|
|
|
22937
22937
|
import * as Sentry from "@sentry/node";
|
|
22938
22938
|
|
|
22939
22939
|
// packages/dev-tools/cli/version.ts
|
|
22940
|
-
var builderVersion = true ? "1.65.2-dev.
|
|
22940
|
+
var builderVersion = true ? "1.65.2-dev.202606121802.c2dbf6b3c" : "0.0.0";
|
|
22941
22941
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
22942
22942
|
|
|
22943
22943
|
// packages/dev-tools/node/node-sys.ts
|