kici 0.1.25 → 0.1.27

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 +9801 -1376
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  npm install -g kici
11
11
  kici init
12
12
  kici preview pr:open
13
- kici run local push
13
+ kici run push --local
14
14
  ```
15
15
 
16
16
  Full quickstart with the hosted dashboard and a customer-deployed orchestrator: <https://docs.kici.dev/user/quickstart/>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kici",
3
- "version": "0.1.25",
3
+ "version": "0.1.27",
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.1.25",
42
- "@kici-dev/core": "0.1.25"
41
+ "@kici-dev/compiler": "0.1.27",
42
+ "@kici-dev/core": "0.1.27"
43
43
  },
44
44
  "files": [
45
45
  "bin",