kici 0.8.0 → 0.9.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
  3. package/sbom.spdx.json +1328 -1508
package/README.md CHANGED
@@ -58,4 +58,4 @@ Issues and PRs are welcome at <https://github.com/kici-dev/kici-public> — see
58
58
 
59
59
  ## Status
60
60
 
61
- KiCI is actively developed and dogfooded in production. It is pre-1.0 — protocols and the CLI surface can change between minor versions, so pin versions for production.
61
+ KiCI is in public beta: actively developed and dogfooded in production. It is pre-1.0 — protocols and the CLI surface can change between minor versions, so pin versions for production.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kici",
3
- "version": "0.8.0",
3
+ "version": "0.9.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/compiler": "0.8.0",
42
- "@kici-dev/core": "0.8.0"
41
+ "@kici-dev/compiler": "0.9.0",
42
+ "@kici-dev/core": "0.9.0"
43
43
  },
44
44
  "files": [
45
45
  "bin",