@dj1029/plugin-smart-sl 0.0.25 → 0.0.26

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.
Files changed (2) hide show
  1. package/dist/lib/tool.js +1 -1
  2. package/package.json +1 -1
package/dist/lib/tool.js CHANGED
@@ -21,7 +21,7 @@ export function getSmartBIAuthToken() {
21
21
  return "I don't know how to do that because: " + getErrorMessage(error);
22
22
  }
23
23
  }, {
24
- name: '获取认证Token',
24
+ name: 'smart_auth_token',
25
25
  description: `获取smartBI系统的认证token`,
26
26
  /** 这里决定了 测试的参数 */
27
27
  schema: z.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dj1029/plugin-smart-sl",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",