@zhuoyuezs/ml-platform 0.1.19 → 0.2.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.
package/checksums.json CHANGED
@@ -7,12 +7,12 @@
7
7
  },
8
8
  {
9
9
  "path": "runtime/business-client/package-lock.json",
10
- "sha256": "sha256:386e8b46ae8e6d7fd83e247b0412560710bee263c2545b593c5442b8f1363765",
10
+ "sha256": "sha256:ff46c68537d57d95b324318ab10a0b70847afa6db15a9223b74b6bc074925a5c",
11
11
  "size_bytes": 381
12
12
  },
13
13
  {
14
14
  "path": "runtime/business-client/package.json",
15
- "sha256": "sha256:83e60780d91abc78420a533ba0f8ea184f31886f963ca6f1554da819530a6335",
15
+ "sha256": "sha256:3a82339cbb18e0e205647860f72a4a1ecbaf3182e22431c7810dd5e3e32bac19",
16
16
  "size_bytes": 501
17
17
  },
18
18
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhuoyuezs/ml-platform",
3
- "version": "0.1.19",
3
+ "version": "0.2.0",
4
4
  "description": "ML 数据平台 business CLI 与 Agent Skills 管理工具",
5
5
  "bin": {
6
6
  "ml-platform": "scripts/main.js"
package/release.json CHANGED
@@ -13,8 +13,8 @@
13
13
  "entrypoint": "src/cli.js",
14
14
  "name": "ml-platform",
15
15
  "path": "runtime/business-client",
16
- "sha256": "sha256:94d80ebfe36808fa5c0ed5585a002d8c77cb95c16b5f1ec856e5725d0d4b347f",
17
- "version": "0.7.8"
16
+ "sha256": "sha256:41f143a9451dbd740ec08070a33e21d4580e246cf4b282e0ffda6d9f6f9f880a",
17
+ "version": "0.8.0"
18
18
  },
19
19
  "policy_sha256": "sha256:02fbde0134696b78c0c365d6e0b76c9814227208da5b2b3d4e5dbd82dc4a3606",
20
20
  "public_schema_versions": [
@@ -25,7 +25,7 @@
25
25
  "ml_data_platform.feature_set/v1",
26
26
  "ml_data_platform.dataset_manifest/v1"
27
27
  ],
28
- "release_version": "0.1.19",
28
+ "release_version": "0.2.0",
29
29
  "runtime_requirements": {
30
30
  "node": ">=18",
31
31
  "os": [
@@ -37,22 +37,22 @@
37
37
  "skills": {
38
38
  "feature-management": {
39
39
  "path": "skills/feature-management",
40
- "requires_cli": ">=0.7.8 <0.8.0",
41
- "revision": "0.1.19",
40
+ "requires_cli": ">=0.8.0 <0.9.0",
41
+ "revision": "0.2.0",
42
42
  "sha256": "sha256:d32f0306f129d7bf76eb037fe239c84dd3c29c64b61600799d6e40320784bb10"
43
43
  },
44
44
  "model-deployment-management": {
45
45
  "path": "skills/model-deployment-management",
46
- "requires_cli": ">=0.7.8 <0.8.0",
47
- "revision": "0.1.19",
46
+ "requires_cli": ">=0.8.0 <0.9.0",
47
+ "revision": "0.2.0",
48
48
  "sha256": "sha256:d81becca0076d0513e7b8277e7584d9f810db755aa56e79235df68d0f7a7659b"
49
49
  },
50
50
  "model-lifecycle-management": {
51
51
  "path": "skills/model-lifecycle-management",
52
- "requires_cli": ">=0.7.8 <0.8.0",
53
- "revision": "0.1.19",
52
+ "requires_cli": ">=0.8.0 <0.9.0",
53
+ "revision": "0.2.0",
54
54
  "sha256": "sha256:5a911eff6a4c188d8e3709f37e4f37819effea61db9f5a015e6ec4dddd4a0ec7"
55
55
  }
56
56
  },
57
- "source_commit": "ff73d381b4b895ea46ca764d9ad1bf32920faee1"
57
+ "source_commit": "aa4c64af0715b168edd4d50766f7b6bf851763ff"
58
58
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zhuoyuezs/ml-platform-business-client",
3
- "version": "0.7.8",
3
+ "version": "0.8.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zhuoyuezs/ml-platform-business-client",
9
- "version": "0.7.8",
9
+ "version": "0.8.0",
10
10
  "license": "UNLICENSED",
11
11
  "bin": {
12
12
  "ml-platform": "src/cli.js"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhuoyuezs/ml-platform-business-client",
3
- "version": "0.7.8",
3
+ "version": "0.8.0",
4
4
  "private": true,
5
5
  "description": "JavaScript implementation of the ML Platform business client",
6
6
  "bin": {