@builder.io/dev-tools 1.6.16-dev.202503262016.0701a0ab → 1.6.16-dev.202503262103.cf8bfcda

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
@@ -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.6.16-dev.202503262016.0701a0ab" : "0.0.0";
657
+ var builderVersion = true ? "1.6.16-dev.202503262103.cf8bfcda" : "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.6.16-dev.202503262016.0701a0ab" : "0.0.0";
637
+ var builderVersion = true ? "1.6.16-dev.202503262103.cf8bfcda" : "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
@@ -24942,7 +24942,7 @@ var builders = {
24942
24942
  var Sentry = __toESM(require("@sentry/node"), 1);
24943
24943
 
24944
24944
  // packages/dev-tools/cli/version.ts
24945
- var builderVersion = true ? "1.6.16-dev.202503262016.0701a0ab" : "0.0.0";
24945
+ var builderVersion = true ? "1.6.16-dev.202503262103.cf8bfcda" : "0.0.0";
24946
24946
  var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
24947
24947
 
24948
24948
  // packages/dev-tools/node/node-sys.ts
package/node/index.mjs CHANGED
@@ -24948,7 +24948,7 @@ var builders = {
24948
24948
  import * as Sentry from "@sentry/node";
24949
24949
 
24950
24950
  // packages/dev-tools/cli/version.ts
24951
- var builderVersion = true ? "1.6.16-dev.202503262016.0701a0ab" : "0.0.0";
24951
+ var builderVersion = true ? "1.6.16-dev.202503262103.cf8bfcda" : "0.0.0";
24952
24952
  var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
24953
24953
 
24954
24954
  // 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.6.16-dev.202503262016.0701a0ab",
3
+ "version": "1.6.16-dev.202503262103.cf8bfcda",
4
4
  "description": "Builder.io Visual CMS Devtools",
5
5
  "type": "module",
6
6
  "main": "./core/index.cjs",