kici 0.1.26 → 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/README.md +1 -1
- package/package.json +3 -3
- package/sbom.spdx.json +9322 -1539
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kici",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Developer CLI for the KiCI CI/CD stack. Compile workflows, run them locally, and interact with a remote orchestrator from the command line.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ci",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@kici-dev/
|
|
42
|
-
"@kici-dev/
|
|
41
|
+
"@kici-dev/compiler": "0.2.0",
|
|
42
|
+
"@kici-dev/core": "0.2.0"
|
|
43
43
|
},
|
|
44
44
|
"files": [
|
|
45
45
|
"bin",
|