qcobjects 2.5.140-beta → 2.5.141-beta

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.
@@ -4025,6 +4025,7 @@ var init_defaultProcessors = __esm({
4025
4025
  });
4026
4026
 
4027
4027
  // src/findPackageNodePath.ts
4028
+ import fs from "node:fs";
4028
4029
  var findPackageNodePath;
4029
4030
  var init_findPackageNodePath = __esm({
4030
4031
  "src/findPackageNodePath.ts"() {
@@ -4036,7 +4037,6 @@ var init_findPackageNodePath = __esm({
4036
4037
  findPackageNodePath = /* @__PURE__ */ __name(function(packagename) {
4037
4038
  let sdkPath = null;
4038
4039
  if (!isBrowser) {
4039
- const fs = __require("fs");
4040
4040
  try {
4041
4041
  let sdkPaths = [
4042
4042
  `${CONFIG.get("projectPath")}${CONFIG.get("relativeImportPath")}`,