@forinda/kickjs-cli 1.2.6 → 1.2.8

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.js CHANGED
@@ -2063,7 +2063,8 @@ export default defineConfig({
2063
2063
  "ES2022"
2064
2064
  ],
2065
2065
  types: [
2066
- "node"
2066
+ "node",
2067
+ "vite/client"
2067
2068
  ],
2068
2069
  strict: true,
2069
2070
  esModuleInterop: true,