@pixelbyte-software/pixcode 1.53.9 → 1.53.10

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/dist/index.html CHANGED
@@ -35,7 +35,7 @@
35
35
 
36
36
  <!-- Prevent zoom on iOS -->
37
37
  <meta name="format-detection" content="telephone=no" />
38
- <script type="module" crossorigin src="/assets/index-nl5YZ8Wr.js"></script>
38
+ <script type="module" crossorigin src="/assets/index-ChssgA1r.js"></script>
39
39
  <link rel="modulepreload" crossorigin href="/assets/vendor-react-DB6V5Fl1.js">
40
40
  <link rel="modulepreload" crossorigin href="/assets/vendor-codemirror-CIYNS698.js">
41
41
  <link rel="modulepreload" crossorigin href="/assets/vendor-xterm-C7tpxJl7.js">
@@ -1490,7 +1490,7 @@ if (monacoAssetsPath) {
1490
1490
  }));
1491
1491
  }
1492
1492
  else {
1493
- console.warn('[monaco] Local Monaco assets not found; code editor loader may fail.');
1493
+ console.log('[monaco] Local Monaco assets not found; code editor loader may fail.');
1494
1494
  }
1495
1495
  app.use(express.static(path.join(APP_ROOT, 'dist'), {
1496
1496
  setHeaders: (res, filePath) => {