kici 0.1.16 → 0.1.18

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 +486 -431
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
- Pre-1.0 / experimental. Do not run in production CI for anything you can't afford to break.
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kici",
3
- "version": "0.1.16",
3
+ "version": "0.1.18",
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",
@@ -35,8 +35,8 @@
35
35
  "access": "public"
36
36
  },
37
37
  "dependencies": {
38
- "@kici-dev/compiler": "0.1.16",
39
- "@kici-dev/core": "0.1.16"
38
+ "@kici-dev/core": "0.1.18",
39
+ "@kici-dev/compiler": "0.1.18"
40
40
  },
41
41
  "files": [
42
42
  "bin",