vista-core-js 0.0.2 → 0.0.3

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/package.json +1 -1
  2. package/src/plugin.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vista-core-js",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
package/src/plugin.ts CHANGED
@@ -50,7 +50,7 @@ export function vistaPlugin(options: VistaPluginOptions = {}): Plugin {
50
50
  <body>
51
51
  <div id="root"></div>
52
52
  <script type="module">
53
- import { mount, mountError } from '@vista/core';
53
+ import { mount, mountError } from 'vista-core-js';
54
54
  console.log('[Vista] Bootstrapping...');
55
55
  try {
56
56
  // use lazy loading (default) to allow catching syntax errors per module