@svelte-devtools/vite-plugin 0.1.0 → 0.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@svelte-devtools/vite-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Vite plugin that adds a development overlay for inspecting Svelte 5 and SvelteKit apps",
5
5
  "type": "module",
6
6
  "keywords": ["svelte", "svelte5", "sveltekit", "devtools", "vite", "vite-plugin", "debug", "inspector"],
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "files": ["dist"],
23
23
  "scripts": {
24
- "build": "tsc --project tsconfig.build.json",
24
+ "build": "tsc --project tsconfig.build.json && cp ../overlay/dist/overlay.js dist/overlay.js",
25
25
  "prepublishOnly": "npm run build"
26
26
  },
27
27
  "peerDependencies": {