bump version
This commit is contained in:
parent
690b3bbd17
commit
0ed33bd451
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
import { runParser } from '../dist/envision.mjs';
|
||||
import { runParser } from '../dist/envision.js';
|
||||
|
||||
runParser(process.argv);
|
||||
|
@ -9,7 +9,7 @@ await Bun.build({
|
||||
entrypoints: ['./src/index.ts'],
|
||||
outdir: './dist',
|
||||
naming: {
|
||||
entry: 'envision.mjs',
|
||||
entry: 'envision.js',
|
||||
},
|
||||
|
||||
define: {
|
||||
|
16
package.json
16
package.json
@ -50,23 +50,23 @@
|
||||
"@kevisual/logger": "^0.0.4",
|
||||
"@kevisual/query": "0.0.29",
|
||||
"@kevisual/query-login": "0.0.6",
|
||||
"@types/bun": "^1.2.16",
|
||||
"@types/bun": "^1.2.19",
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"@types/micromatch": "^4.0.9",
|
||||
"@types/node": "^24.0.3",
|
||||
"chalk": "^5.4.1",
|
||||
"@types/node": "^24.2.0",
|
||||
"chalk": "^5.5.0",
|
||||
"commander": "^14.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"cross-env": "^10.0.0",
|
||||
"crypto-js": "^4.2.0",
|
||||
"fast-glob": "^3.3.3",
|
||||
"filesize": "^10.1.6",
|
||||
"form-data": "^4.0.3",
|
||||
"filesize": "^11.0.2",
|
||||
"form-data": "^4.0.4",
|
||||
"ignore": "^7.0.5",
|
||||
"inquirer": "^12.6.3",
|
||||
"inquirer": "^12.9.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"tar": "^7.4.3",
|
||||
"zustand": "^5.0.5"
|
||||
"zustand": "^5.0.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.0.0"
|
||||
|
1079
pnpm-lock.yaml
generated
1079
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user