@leaflow/sdk 0.1.0 → 0.1.2

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ export * as monitoring from './generated/monitoring/index.js';
10
10
  * 答不出这份 SDK 是照着服务的哪一版生成的。
11
11
  */
12
12
  export const SERVICE_VERSIONS = {
13
- assistant: "v0.2.0",
13
+ assistant: "v0.2.1",
14
14
  compute: "v0.2.1",
15
15
  iam: "v0.19.5",
16
16
  monitoring: "v3.1.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflow/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Leaflow 全平台用户侧 API 的 TypeScript SDK",
5
5
  "license": "MIT",
6
6
  "type": "module",