@officexapp/catalogs-cli 0.2.5 → 0.2.6

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -900,8 +900,8 @@ function buildPreviewHtml(schema, port) {
900
900
  <script id="__catalog_data" type="application/json">${schemaJson}</script>
901
901
 
902
902
  <script type="module">
903
- import React from 'https://esm.sh/react@18?bundle';
904
- import ReactDOM from 'https://esm.sh/react-dom@18/client?bundle';
903
+ import React from 'https://esm.sh/react@18';
904
+ import ReactDOM from 'https://esm.sh/react-dom@18/client';
905
905
 
906
906
  const h = React.createElement;
907
907
  const schema = JSON.parse(document.getElementById('__catalog_data').textContent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@officexapp/catalogs-cli",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "CLI for Catalog Kit — upload videos, push catalogs, manage assets",
5
5
  "type": "module",
6
6
  "bin": {