@uluops/cli 0.2.0 → 0.2.1
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/README.md +4 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
[](https://nodejs.org/)
|
|
10
10
|
[](https://www.typescriptlang.org/)
|
|
11
11
|
|
|
12
|
-
Unified CLI for UluOps — validation tracking and registry management from a single command. Wraps both the [ops-sdk](
|
|
12
|
+
Unified CLI for UluOps — validation tracking and registry management from a single command. Wraps both the [ops-sdk](https://www.npmjs.com/package/@uluops/ops-sdk) and [registry-sdk](https://www.npmjs.com/package/@uluops/registry-sdk) into an ergonomic terminal interface.
|
|
13
13
|
|
|
14
|
-
**Current version: 0.2.
|
|
14
|
+
**Current version: 0.2.1** | [Changelog](./CHANGELOG.md)
|
|
15
15
|
|
|
16
16
|
## Quick Start
|
|
17
17
|
|
|
@@ -817,8 +817,8 @@ source ~/.bashrc
|
|
|
817
817
|
|
|
818
818
|
| Package | Description |
|
|
819
819
|
|---------|-------------|
|
|
820
|
-
| [`@uluops/ops-sdk`](
|
|
821
|
-
| [`@uluops/registry-sdk`](
|
|
820
|
+
| [`@uluops/ops-sdk`](https://www.npmjs.com/package/@uluops/ops-sdk) | TypeScript SDK for the validation tracker API |
|
|
821
|
+
| [`@uluops/registry-sdk`](https://www.npmjs.com/package/@uluops/registry-sdk) | TypeScript SDK for the definition registry API |
|
|
822
822
|
|
|
823
823
|
## License
|
|
824
824
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uluops/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Unified CLI for UluOps - validation tracking and registry management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@uluops/core": "^0.13.0",
|
|
41
|
-
"@uluops/ops-sdk": "
|
|
42
|
-
"@uluops/registry-sdk": "
|
|
43
|
-
"@uluops/sdk-core": "
|
|
41
|
+
"@uluops/ops-sdk": "^1.9.0",
|
|
42
|
+
"@uluops/registry-sdk": "^0.26.0",
|
|
43
|
+
"@uluops/sdk-core": "^0.10.0",
|
|
44
44
|
"commander": "^13.1.0",
|
|
45
45
|
"ora": "^8.1.1"
|
|
46
46
|
},
|