@innovastudio/contentbox-runtime-base 1.0.12 → 1.0.13

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.
@@ -2997,6 +2997,7 @@ class Li {
2997
2997
  */
2998
2998
  async importModule(t) {
2999
2999
  return import(
3000
+ /* webpackIgnore: true */
3000
3001
  /* @vite-ignore */
3001
3002
  t
3002
3003
  );
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox-runtime-base",
3
3
  "type": "module",
4
- "version": "1.0.12",
4
+ "version": "1.0.13",
5
5
  "description": "Runtime libraries (base) for ContentBox generated content",
6
6
  "main": "dist/contentbox-runtime-base.esm.js",
7
7
  "module": "dist/contentbox-runtime-base.esm.js",