@builder.io/dev-tools 1.6.35-dev.202505070105.e96e378d → 1.6.36-dev.202505071705.9fdb0d5a

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.35-dev.202505070105.e96e378d" : "0.0.0";
657
+ var builderVersion = true ? "1.6.36-dev.202505071705.9fdb0d5a" : "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.35-dev.202505070105.e96e378d" : "0.0.0";
637
+ var builderVersion = true ? "1.6.36-dev.202505071705.9fdb0d5a" : "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
@@ -24941,7 +24941,7 @@ var builders = {
24941
24941
  var Sentry = __toESM(require("@sentry/node"), 1);
24942
24942
 
24943
24943
  // packages/dev-tools/cli/version.ts
24944
- var builderVersion = true ? "1.6.35-dev.202505070105.e96e378d" : "0.0.0";
24944
+ var builderVersion = true ? "1.6.36-dev.202505071705.9fdb0d5a" : "0.0.0";
24945
24945
  var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
24946
24946
 
24947
24947
  // packages/dev-tools/node/node-sys.ts
@@ -24978,7 +24978,7 @@ async function createDevToolsNodeSys(opts) {
24978
24978
  hash2.update(str);
24979
24979
  return hash2.digest("hex");
24980
24980
  };
24981
- const rootDir = import_node_path.default.normalize(opts.cwd);
24981
+ const rootDir = import_node_path.default.normalize(import_node_path.default.resolve(process.cwd(), opts.cwd));
24982
24982
  const repoRootDir = findPackageJsonDir(import_node_path.default.normalize(opts.cwd)) ?? rootDir;
24983
24983
  const appRootDir = findAppRootDir(import_node_path.default.normalize(opts.cwd)) ?? repoRootDir;
24984
24984
  const nodeFs = {
package/node/index.mjs CHANGED
@@ -24947,7 +24947,7 @@ var builders = {
24947
24947
  import * as Sentry from "@sentry/node";
24948
24948
 
24949
24949
  // packages/dev-tools/cli/version.ts
24950
- var builderVersion = true ? "1.6.35-dev.202505070105.e96e378d" : "0.0.0";
24950
+ var builderVersion = true ? "1.6.36-dev.202505071705.9fdb0d5a" : "0.0.0";
24951
24951
  var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
24952
24952
 
24953
24953
  // packages/dev-tools/node/node-sys.ts
@@ -24984,7 +24984,7 @@ async function createDevToolsNodeSys(opts) {
24984
24984
  hash2.update(str);
24985
24985
  return hash2.digest("hex");
24986
24986
  };
24987
- const rootDir = path.normalize(opts.cwd);
24987
+ const rootDir = path.normalize(path.resolve(process.cwd(), opts.cwd));
24988
24988
  const repoRootDir = findPackageJsonDir(path.normalize(opts.cwd)) ?? rootDir;
24989
24989
  const appRootDir = findAppRootDir(path.normalize(opts.cwd)) ?? repoRootDir;
24990
24990
  const nodeFs = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/dev-tools",
3
- "version": "1.6.35-dev.202505070105.e96e378d",
3
+ "version": "1.6.36-dev.202505071705.9fdb0d5a",
4
4
  "description": "Builder.io Visual CMS Devtools",
5
5
  "type": "module",
6
6
  "main": "./core/index.cjs",