Skip to content

Commit 2eb70ca

Browse files
committed
upgrade bundle
1 parent 6514b4f commit 2eb70ca

8 files changed

Lines changed: 9 additions & 12 deletions

File tree

build/index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
1414
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
1515
};
1616
Object.defineProperty(exports, "__esModule", { value: true });
17-
__exportStar(require("./QCObjects.js"), exports);
17+
__exportStar(require("./QCObjects"), exports);

public/browser/QCObjects.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/cjs/index.cjs.map

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

public/esm/index.mjs.map

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

public/types/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,4 @@ declare module "uniqueID" {
10561056
export const uniqueId: Function;
10571057
}
10581058
//# sourceMappingURL=index.d.ts.map
1059-
export {};
1060-
export {};
10611059
export {};

public/types/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/findPackageNodePath.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import fs from "node:fs";
77
export const findPackageNodePath = function (packagename:string):string|null {
88
let sdkPath = null;
99
if (!isBrowser) {
10-
1110
try {
1211
let sdkPaths = [
1312
`${CONFIG.get("projectPath")}${CONFIG.get("relativeImportPath")}`,

src/index.cts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "./QCObjects.js";
1+
export * from "./QCObjects";

0 commit comments

Comments
 (0)