@innovastudio/contentbuilder-interactive-runtime 1.0.7 → 1.0.8
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.
|
@@ -10806,6 +10806,7 @@ class vn {
|
|
|
10806
10806
|
*/
|
|
10807
10807
|
async importModule(e) {
|
|
10808
10808
|
return import(
|
|
10809
|
+
/* webpackIgnore: true */
|
|
10809
10810
|
/* @vite-ignore */
|
|
10810
10811
|
e
|
|
10811
10812
|
);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innovastudio/contentbuilder-interactive-runtime",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"description": "Runtime libraries for ContentBuilder generated content",
|
|
6
6
|
"main": "dist/contentbuilder-interactive-runtime.esm.js",
|
|
7
7
|
"module": "dist/contentbuilder-interactive-runtime.esm.js",
|