x4js 1.5.39 → 1.5.40
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/lib/cjs/index.js +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.mjs +1 -1
- package/lib/esm/index.mjs.map +1 -1
- package/lib/src/version.ts +1 -1
- package/lib/types/version.d.ts +1 -1
- package/package.json +1 -1
package/lib/esm/index.mjs
CHANGED
|
@@ -15748,7 +15748,7 @@ function setupWSMessaging(closeCB) {
|
|
|
15748
15748
|
__name(setupWSMessaging, "setupWSMessaging");
|
|
15749
15749
|
|
|
15750
15750
|
// src/version.ts
|
|
15751
|
-
var x4js_version = "1.5.
|
|
15751
|
+
var x4js_version = "1.5.40";
|
|
15752
15752
|
export {
|
|
15753
15753
|
AbsLayout,
|
|
15754
15754
|
Application,
|