@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/cli.js CHANGED
@@ -146,7 +146,8 @@ export default defineConfig({
146
146
  "ES2022"
147
147
  ],
148
148
  types: [
149
- "node"
149
+ "node",
150
+ "vite/client"
150
151
  ],
151
152
  strict: true,
152
153
  esModuleInterop: true,