@kevisual/cli 0.1.22 → 0.1.23

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.
@@ -52086,7 +52086,6 @@ class RemoteApp {
52086
52086
  const bodyData = body?.data;
52087
52087
  const message = bodyData?.message || {};
52088
52088
  const context = bodyData?.context || {};
52089
- console.log("[remote-app] 远程应用收到消息:", body);
52090
52089
  if (body?.code === 401) {
52091
52090
  console.error("[remote-app] 远程应用认证失败,请检查 token 是否正确");
52092
52091
  this.isError = true;
@@ -91855,7 +91855,6 @@ class RemoteApp {
91855
91855
  const bodyData = body?.data;
91856
91856
  const message = bodyData?.message || {};
91857
91857
  const context = bodyData?.context || {};
91858
- console.log("[remote-app] 远程应用收到消息:", body);
91859
91858
  if (body?.code === 401) {
91860
91859
  console.error("[remote-app] 远程应用认证失败,请检查 token 是否正确");
91861
91860
  this.isError = true;
package/dist/assistant.js CHANGED
@@ -36851,7 +36851,6 @@ class RemoteApp {
36851
36851
  const bodyData = body?.data;
36852
36852
  const message = bodyData?.message || {};
36853
36853
  const context = bodyData?.context || {};
36854
- console.log("[remote-app] 远程应用收到消息:", body);
36855
36854
  if (body?.code === 401) {
36856
36855
  console.error("[remote-app] 远程应用认证失败,请检查 token 是否正确");
36857
36856
  this.isError = true;
package/dist/envision.js CHANGED
@@ -22504,8 +22504,8 @@ InitEnv.init();
22504
22504
  var version = useContextKey("version", () => {
22505
22505
  let version2 = "0.0.64";
22506
22506
  try {
22507
- if ("0.1.22")
22508
- version2 = "0.1.22";
22507
+ if ("0.1.23")
22508
+ version2 = "0.1.23";
22509
22509
  } catch (e) {}
22510
22510
  return version2;
22511
22511
  });
@@ -34630,7 +34630,7 @@ var getJWKS = new Command("get").description("获取 JWKS 内容").option("-d ,
34630
34630
  jwksCmd.addCommand(getJWKS);
34631
34631
  program.addCommand(jwksCmd);
34632
34632
 
34633
- // node_modules/.pnpm/@kevisual+cnb@0.0.43_dotenv@17.3.1_idb-keyval@6.2.2_ioredis@5.9.3/node_modules/@kevisual/cnb/dist/keep.js
34633
+ // node_modules/.pnpm/@kevisual+cnb@0.0.45_dotenv@17.3.1_idb-keyval@6.2.2_ioredis@5.9.3/node_modules/@kevisual/cnb/dist/keep.js
34634
34634
  import { createRequire as createRequire3 } from "node:module";
34635
34635
  var __create3 = Object.create;
34636
34636
  var __getProtoOf3 = Object.getPrototypeOf;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kevisual/cli",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "envision 命令行工具",
5
5
  "type": "module",
6
6
  "basename": "/root/cli",
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "devDependencies": {
64
64
  "@kevisual/api": "^0.0.64",
65
- "@kevisual/cnb": "^0.0.43",
65
+ "@kevisual/cnb": "^0.0.45",
66
66
  "@kevisual/dts": "^0.0.4",
67
67
  "@kevisual/load": "^0.0.6",
68
68
  "@kevisual/logger": "^0.0.4",