@kizenapps/engine 0.2.2 → 0.3.0
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/README.md +22 -6
- package/dist/{chunk-NACHIQYN.js → chunk-2UQPZMMK.js} +5 -5
- package/dist/{chunk-NACHIQYN.js.map → chunk-2UQPZMMK.js.map} +1 -1
- package/dist/{chunk-Z7522QNC.js → chunk-4WYP3BBB.js} +3 -3
- package/dist/{chunk-Z7522QNC.js.map → chunk-4WYP3BBB.js.map} +1 -1
- package/dist/{chunk-KYLFVA5T.js → chunk-7Q66RNNI.js} +3 -3
- package/dist/{chunk-KYLFVA5T.js.map → chunk-7Q66RNNI.js.map} +1 -1
- package/dist/{chunk-PFEFU3ID.js → chunk-K6HR2ADN.js} +3 -3
- package/dist/{chunk-PFEFU3ID.js.map → chunk-K6HR2ADN.js.map} +1 -1
- package/dist/{chunk-H5I2KPRA.js → chunk-M3NZOSQS.js} +3 -3
- package/dist/{chunk-H5I2KPRA.js.map → chunk-M3NZOSQS.js.map} +1 -1
- package/dist/{chunk-FU3KL5LA.js → chunk-OIE6XTQJ.js} +5 -5
- package/dist/{chunk-FU3KL5LA.js.map → chunk-OIE6XTQJ.js.map} +1 -1
- package/dist/{chunk-NXPBXPPT.js → chunk-SFQWEY7Q.js} +3 -3
- package/dist/{chunk-NXPBXPPT.js.map → chunk-SFQWEY7Q.js.map} +1 -1
- package/dist/{chunk-LWIAZAKH.js → chunk-U5FJH6EU.js} +4 -4
- package/dist/{chunk-LWIAZAKH.js.map → chunk-U5FJH6EU.js.map} +1 -1
- package/dist/{chunk-TFNOKBLD.js → chunk-WO3XEOOO.js} +3 -3
- package/dist/{chunk-TFNOKBLD.js.map → chunk-WO3XEOOO.js.map} +1 -1
- package/dist/communication.js +2 -2
- package/dist/contexts/base.js +4 -4
- package/dist/contexts/floatingFrame.js +5 -5
- package/dist/contexts/recordDetail.js +5 -5
- package/dist/index.js +3 -3
- package/dist/react.d.ts +8 -8
- package/dist/react.js +16 -16
- package/dist/react.js.map +1 -1
- package/dist/util.js +6 -6
- package/dist/vite.d.ts +3 -3
- package/dist/vite.js +2 -2
- package/dist/vite.js.map +1 -1
- package/dist/workers/calendarSource.worker.js +6 -6
- package/dist/workers/floatingFrame.worker.js +7 -7
- package/dist/workers/generic.worker.js +6 -6
- package/dist/workers/recordDetail.worker.js +7 -7
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { generateUUIDV4, getPartialLocation } from './chunk-
|
|
2
|
-
import { IFRAME_PREFIX, ACTIONS, RESPONSES, COMMUNICATIONS, thirdPartyGlobalNames, getScriptIntegrationType, thirdPartySetupScripts, thirdPartyReadyPredicates } from './chunk-
|
|
1
|
+
import { generateUUIDV4, getPartialLocation } from './chunk-SFQWEY7Q.js';
|
|
2
|
+
import { IFRAME_PREFIX, ACTIONS, RESPONSES, COMMUNICATIONS, thirdPartyGlobalNames, getScriptIntegrationType, thirdPartySetupScripts, thirdPartyReadyPredicates } from './chunk-7Q66RNNI.js';
|
|
3
3
|
import { __commonJS, __toESM } from './chunk-5WRI5ZAA.js';
|
|
4
4
|
import DOMPurify from 'dompurify';
|
|
5
5
|
|
|
@@ -2408,8 +2408,8 @@ var runObjectExpression = async (expression, values) => {
|
|
|
2408
2408
|
};
|
|
2409
2409
|
|
|
2410
2410
|
// src/index.ts
|
|
2411
|
-
var version = "0.
|
|
2411
|
+
var version = "0.3.0";
|
|
2412
2412
|
|
|
2413
2413
|
export { getHash, getStableHash, isFlagEnabled, runExpression, runObjectExpression, runOptionExpression, runScript, runStringExpression, version };
|
|
2414
|
-
//# sourceMappingURL=chunk-
|
|
2415
|
-
//# sourceMappingURL=chunk-
|
|
2414
|
+
//# sourceMappingURL=chunk-OIE6XTQJ.js.map
|
|
2415
|
+
//# sourceMappingURL=chunk-OIE6XTQJ.js.map
|