@kalel1500/kalion-js 0.9.0-beta.0 → 0.9.1-beta.0

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.
@@ -8,7 +8,7 @@ import { defineRoutes } from './routes';
8
8
  declare global {
9
9
  interface ImportMeta {
10
10
  readonly env: EnvVariables & {
11
- VITE_OTHER?: string
11
+ readonly VITE_OTHER?: string
12
12
  };
13
13
  }
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kalel1500/kalion-js",
3
- "version": "0.9.0-beta.0",
3
+ "version": "0.9.1-beta.0",
4
4
  "description": "Utilidades de typescript para Laravel",
5
5
  "type": "module",
6
6
  "main": "dist/app/kalion-js.es.js",