qcobjects 2.5.124-beta → 2.5.125-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/QCObjects.js +0 -1
- package/build/index.cjs +35 -5
- package/build/index.mjs +1 -1
- package/build-esbuild.js +1 -1
- package/package.json +1 -1
- package/public/browser/QCObjects.js +12 -14
- package/public/browser/QCObjects.js.map +3 -3
- package/public/cjs/QCObjects.cjs +0 -2
- package/public/cjs/QCObjects.cjs.map +2 -2
- package/public/esm/QCObjects.mjs +0 -2
- package/public/esm/QCObjects.mjs.map +2 -2
- package/public/types/index.d.ts +0 -2
- package/src/QCObjects.ts +0 -1
- package/src/index.cts +1 -1
- package/src/index.mts +1 -1
package/public/cjs/QCObjects.cjs
CHANGED
|
@@ -5132,7 +5132,6 @@ __export(qcobjects_exports, {
|
|
|
5132
5132
|
asyncLoad: () => asyncLoad,
|
|
5133
5133
|
captureFalseTouch: () => captureFalseTouch,
|
|
5134
5134
|
componentLoader: () => componentLoader,
|
|
5135
|
-
default: () => qcobjects_default,
|
|
5136
5135
|
findPackageNodePath: () => findPackageNodePath,
|
|
5137
5136
|
get: () => get,
|
|
5138
5137
|
getDocumentLayout: () => getDocumentLayout,
|
|
@@ -6605,7 +6604,6 @@ init_mathFunctions();
|
|
|
6605
6604
|
init_top();
|
|
6606
6605
|
init_make_global();
|
|
6607
6606
|
init_top();
|
|
6608
|
-
var qcobjects_default = {};
|
|
6609
6607
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6610
6608
|
0 && (module.exports = {
|
|
6611
6609
|
ArrayCollection,
|