@huyooo/ui 0.14.8 → 0.15.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.
@@ -677,11 +677,8 @@ export type Api = {
677
677
  };
678
678
  };
679
679
  findOne: {
680
- /** 根据 ID 查询应用详情 */
680
+ /** 查询 app-id header 对应的应用详情 */
681
681
  post: {
682
- body: {
683
- id: string;
684
- };
685
682
  return: any;
686
683
  };
687
684
  };
@@ -2249,10 +2246,8 @@ export interface ApiClient {
2249
2246
  }, config?: RequestConfig) => Promise<ApiResponse<any>>;
2250
2247
  };
2251
2248
  findOne: {
2252
- /** 根据 ID 查询应用详情 */
2253
- post: (body: {
2254
- id: string;
2255
- }, config?: RequestConfig) => Promise<ApiResponse<any>>;
2249
+ /** 查询 app-id header 对应的应用详情 */
2250
+ post: (config?: RequestConfig) => Promise<ApiResponse<any>>;
2256
2251
  };
2257
2252
  findByIds: {
2258
2253
  /** 根据 ID 列表批量查询应用 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huyooo/ui",
3
- "version": "0.14.8",
3
+ "version": "0.15.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
@@ -62,10 +62,6 @@
62
62
  "import": "./dist/privateCom.js",
63
63
  "types": "./dist/privateCom.d.ts"
64
64
  },
65
- "./analytics": {
66
- "import": "./dist/analytics.js",
67
- "types": "./dist/analytics.d.ts"
68
- },
69
65
  "./style.css": "./dist/style.css",
70
66
  "./dist/*": "./dist/*"
71
67
  },
@@ -101,7 +97,6 @@
101
97
  "vue-router": ">=4.0.0"
102
98
  },
103
99
  "dependencies": {
104
- "@huyooo/analytics": "^0.2.0",
105
100
  "@vafast/api-client": "^0.3.6",
106
101
  "cos-js-sdk-v5": "^1.10.1",
107
102
  "json-bigint": "^1.0.0",
@@ -1 +0,0 @@
1
- export * from '@huyooo/analytics';
package/dist/analytics.js DELETED
@@ -1 +0,0 @@
1
- export * from "@huyooo/analytics";