@builder.io/dev-tools 1.18.47-dev.202512151820.85e9b4c05 → 1.18.47-dev.202512161103.b5bdf8b33

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/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.47-dev.202512151820.85e9b4c05" : "0.0.0";
659
+ var builderVersion = true ? "1.18.47-dev.202512161103.b5bdf8b33" : "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.47-dev.202512151820.85e9b4c05" : "0.0.0";
639
+ var builderVersion = true ? "1.18.47-dev.202512161103.b5bdf8b33" : "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.47-dev.202512151820.85e9b4c05" : "0.0.0";
25062
+ var builderVersion = true ? "1.18.47-dev.202512161103.b5bdf8b33" : "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.47-dev.202512151820.85e9b4c05" : "0.0.0";
25068
+ var builderVersion = true ? "1.18.47-dev.202512161103.b5bdf8b33" : "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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/dev-tools",
3
- "version": "1.18.47-dev.202512151820.85e9b4c05",
3
+ "version": "1.18.47-dev.202512161103.b5bdf8b33",
4
4
  "description": "Builder.io Visual CMS Devtools",
5
5
  "type": "module",
6
6
  "main": "./core/index.cjs",