@sdeverywhere/plugin-vite 0.1.8 → 0.1.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.d.cts CHANGED
@@ -37,4 +37,4 @@ interface VitePluginOptions {
37
37
 
38
38
  declare function vitePlugin(options: VitePluginOptions): Plugin;
39
39
 
40
- export { VitePluginOptions, vitePlugin };
40
+ export { type VitePluginOptions, vitePlugin };
package/dist/index.d.ts CHANGED
@@ -37,4 +37,4 @@ interface VitePluginOptions {
37
37
 
38
38
  declare function vitePlugin(options: VitePluginOptions): Plugin;
39
39
 
40
- export { VitePluginOptions, vitePlugin };
40
+ export { type VitePluginOptions, vitePlugin };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdeverywhere/plugin-vite",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "files": [
5
5
  "dist/**"
6
6
  ],
@@ -16,12 +16,12 @@
16
16
  }
17
17
  },
18
18
  "peerDependencies": {
19
- "@sdeverywhere/build": "^0.3.0",
20
- "vite": "^3.0.0 || ^4.0.0"
19
+ "@sdeverywhere/build": "^0.3.6",
20
+ "vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@sdeverywhere/build": "*",
24
- "vite": "^4.4.9"
24
+ "vite": "^5.4.2"
25
25
  },
26
26
  "author": "Climate Interactive",
27
27
  "license": "MIT",
@@ -43,7 +43,7 @@
43
43
  "test": "echo No tests yet",
44
44
  "test:watch": "echo No tests yet",
45
45
  "test:ci": "echo No tests yet",
46
- "type-check": "tsc --noEmit -p tsconfig-build.json",
46
+ "type-check": "tsc --noEmit -p tsconfig-test.json",
47
47
  "build": "tsup",
48
48
  "docs": "../../scripts/gen-docs.js",
49
49
  "ci:build": "run-s clean lint prettier:check test:ci type-check build docs"