@livestore/devtools-vite 0.4.0-dev.10 → 0.4.0-dev.12
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/devtools-bundle/{data-grid-overlay-editor-Bjibjc6g.js → data-grid-overlay-editor-BbO9IMt5.js} +1 -1
- package/dist/devtools-bundle/{devtools-react-bundle-B9lHV-Xp.js → devtools-react-bundle-DoODTEdE.js} +37580 -37828
- package/dist/devtools-bundle/{index-beiiobGP.js → index-DWc1hl-K.js} +1 -1
- package/dist/devtools-bundle/index.js +1 -1
- package/dist/devtools-bundle/{number-overlay-editor-B770pa-B.js → number-overlay-editor-8jDfxCoy.js} +1 -1
- package/dist/plugin.d.ts +1 -1
- package/dist/plugin.js +606 -756
- package/package.json +5 -8
package/dist/plugin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Schema } from '@livestore/utils/effect';
|
|
2
|
-
import type
|
|
2
|
+
import { type Plugin } from 'vite';
|
|
3
3
|
export declare const PluginOptions: Schema.Struct<{
|
|
4
4
|
/**
|
|
5
5
|
* The path to the schema file. The schema file needs to export the schema as `export const schema`.
|