qcobjects 2.5.139-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.
- package/VERSION +1 -1
- package/build/findPackageNodePath.js +5 -3
- package/build/index.cjs +1 -1
- package/package.json +1 -1
- package/public/browser/QCObjects.js +3 -3
- package/public/browser/QCObjects.js.map +3 -3
- package/public/cjs/index.cjs +3 -3
- package/public/cjs/index.cjs.map +3 -3
- package/public/esm/index.mjs +1 -1
- package/public/esm/index.mjs.map +2 -2
- package/public/types/index.d.ts.map +1 -1
- package/src/findPackageNodePath.ts +0 -1
- package/src/index.cts +1 -1
package/public/esm/index.mjs
CHANGED
|
@@ -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")}`,
|