@builder.io/dev-tools 1.19.1-dev.202512171713.23dff0c22 → 1.19.2-dev.202512181512.5830fb3b9

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.19.1-dev.202512171713.23dff0c22" : "0.0.0";
659
+ var builderVersion = true ? "1.19.2-dev.202512181512.5830fb3b9" : "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.19.1-dev.202512171713.23dff0c22" : "0.0.0";
639
+ var builderVersion = true ? "1.19.2-dev.202512181512.5830fb3b9" : "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.19.1-dev.202512171713.23dff0c22" : "0.0.0";
25062
+ var builderVersion = true ? "1.19.2-dev.202512181512.5830fb3b9" : "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
@@ -25071,7 +25071,7 @@ var builders = {
25071
25071
  import * as Sentry from "@sentry/node";
25072
25072
 
25073
25073
  // packages/dev-tools/cli/version.ts
25074
- var builderVersion = true ? "1.19.1-dev.202512171713.23dff0c22" : "0.0.0";
25074
+ var builderVersion = true ? "1.19.2-dev.202512181512.5830fb3b9" : "0.0.0";
25075
25075
  var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
25076
25076
 
25077
25077
  // 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.19.1-dev.202512171713.23dff0c22",
3
+ "version": "1.19.2-dev.202512181512.5830fb3b9",
4
4
  "description": "Builder.io Visual CMS Devtools",
5
5
  "type": "module",
6
6
  "main": "./core/index.cjs",