@sugarcube-sh/vite 0.0.1 → 0.0.2

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.d.mts +2 -1
  2. package/package.json +5 -5
package/dist/index.d.mts CHANGED
@@ -27,4 +27,5 @@ interface SugarcubePluginOptions<T = any> {
27
27
  }
28
28
  declare function sugarcubePlugin(options?: SugarcubePluginOptions): Promise<Plugin[]>;
29
29
 
30
- export { type SugarcubePluginContext, sugarcubePlugin as default };
30
+ export { sugarcubePlugin as default };
31
+ export type { SugarcubePluginContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sugarcube-sh/vite",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,14 +42,14 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@unocss/vite": "66.5.2",
45
- "@sugarcube-sh/core": "0.0.1"
45
+ "@sugarcube-sh/core": "0.0.2"
46
46
  },
47
47
  "peerDependencies": {
48
- "vite": "^5.2.0 || ^6 || ^7"
48
+ "vite": "^6.0.0 || ^7"
49
49
  },
50
50
  "devDependencies": {
51
- "pkgroll": "2.5.1",
52
- "vite": "5.2.0"
51
+ "pkgroll": "^2.26.0",
52
+ "vite": "^6.0.0"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "pkgroll --minify",