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/esm/QCObjects.mjs
CHANGED
|
@@ -6514,7 +6514,6 @@ init_mathFunctions();
|
|
|
6514
6514
|
init_top();
|
|
6515
6515
|
init_make_global();
|
|
6516
6516
|
init_top();
|
|
6517
|
-
var qcobjects_default = {};
|
|
6518
6517
|
export {
|
|
6519
6518
|
ArrayCollection,
|
|
6520
6519
|
ArrayList,
|
|
@@ -6585,7 +6584,6 @@ export {
|
|
|
6585
6584
|
asyncLoad,
|
|
6586
6585
|
captureFalseTouch,
|
|
6587
6586
|
componentLoader,
|
|
6588
|
-
qcobjects_default as default,
|
|
6589
6587
|
findPackageNodePath,
|
|
6590
6588
|
get,
|
|
6591
6589
|
getDocumentLayout,
|