@innovastudio/contentbox-interactive-runtime 1.0.10 → 1.0.11
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.
|
@@ -12374,6 +12374,7 @@ class Nr {
|
|
|
12374
12374
|
*/
|
|
12375
12375
|
async importModule(e) {
|
|
12376
12376
|
return import(
|
|
12377
|
+
/* webpackIgnore: true */
|
|
12377
12378
|
/* @vite-ignore */
|
|
12378
12379
|
e
|
|
12379
12380
|
);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innovastudio/contentbox-interactive-runtime",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.11",
|
|
5
5
|
"description": "Runtime libraries for ContentBox generated content",
|
|
6
6
|
"main": "dist/contentbox-interactive-runtime.esm.js",
|
|
7
7
|
"module": "dist/contentbox-interactive-runtime.esm.js",
|