@kevisual/cli 0.0.63 → 0.0.64

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/envision.js CHANGED
@@ -40052,8 +40052,8 @@ var {
40052
40052
  import fs from "fs";
40053
40053
  var version = "0.0.1";
40054
40054
  try {
40055
- if ("0.0.63")
40056
- version = "0.0.63";
40055
+ if ("0.0.64")
40056
+ version = "0.0.64";
40057
40057
  } catch (e) {}
40058
40058
  program.name("app").description("A CLI tool with envison").version(version, "-V, --version");
40059
40059
  var ls = new Command("ls").description("List files in the current directory").action(() => {
@@ -43544,12 +43544,12 @@ class BaseQuery {
43544
43544
  }
43545
43545
  }
43546
43546
 
43547
- // node_modules/.pnpm/@kevisual+query-login@0.0.6_@kevisual+query@0.0.29_ws@8.18.0__rollup@4.43.0_tslib@2.8.1_typescript@5.8.2/node_modules/@kevisual/query-login/dist/query-login-node.js
43548
- import { homedir } from "node:os";
43549
- import { join, dirname } from "node:path";
43550
- import fs3 from "node:fs";
43551
- import { readFileSync as readFileSync2, writeFileSync as writeFileSync2, accessSync } from "node:fs";
43552
- import { readFile, writeFile, unlink, mkdir } from "node:fs/promises";
43547
+ // node_modules/.pnpm/@kevisual+query-login@0.0.7_@kevisual+query@0.0.29_ws@8.18.0_/node_modules/@kevisual/query-login/dist/query-login-node.js
43548
+ import { homedir } from "os";
43549
+ import { join, dirname } from "path";
43550
+ import fs3 from "fs";
43551
+ import { readFileSync as readFileSync2, writeFileSync as writeFileSync2, accessSync } from "fs";
43552
+ import { readFile, writeFile, unlink, mkdir } from "fs/promises";
43553
43553
  var LoginCacheStore = class {
43554
43554
  cache;
43555
43555
  name;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kevisual/cli",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "description": "envision 命令行工具",
5
5
  "type": "module",
6
6
  "basename": "/root/cli",
@@ -47,8 +47,8 @@
47
47
  "@kevisual/load": "^0.0.6",
48
48
  "@kevisual/logger": "^0.0.4",
49
49
  "@kevisual/query": "0.0.29",
50
- "@kevisual/query-login": "0.0.6",
51
- "@types/bun": "^1.3.2",
50
+ "@kevisual/query-login": "0.0.7",
51
+ "@types/bun": "^1.3.3",
52
52
  "@types/crypto-js": "^4.2.2",
53
53
  "@types/jsonwebtoken": "^9.0.10",
54
54
  "@types/micromatch": "^4.0.10",