@bpmnkit/cli 0.0.11 → 0.0.13

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 (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="https://raw.githubusercontent.com/bpmnkit/monorepo/main/doc/logos/logo-2-gateway.svg" width="72" height="72" alt="BPMN Kit logo">
2
+ <a href="https://bpmnkit.com"><img src="https://bpmnkit.com/favicon.svg" width="72" height="72" alt="BPMN Kit logo"></a>
3
3
  <h1>@bpmnkit/cli</h1>
4
4
  <p>Command-line interface for Camunda 8 — deploy, manage, and monitor processes from the terminal</p>
5
5
 
@@ -110,3 +110,7 @@ casen instances list --state active
110
110
  ## License
111
111
 
112
112
  [MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit — made by [u11g](https://u11g.com)
113
+
114
+ <div align="center">
115
+ <a href="https://bpmnkit.com"><img src="https://bpmnkit.com/favicon.svg" width="32" height="32" alt="BPMN Kit"></a>
116
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmnkit/cli",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "Command-line interface for Camunda 8 — deploy, manage, and monitor processes from the terminal",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,10 +15,10 @@
15
15
  "node": ">=20"
16
16
  },
17
17
  "dependencies": {
18
- "@bpmnkit/api": "0.0.10",
19
- "@bpmnkit/ascii": "0.0.10",
20
- "@bpmnkit/connector-gen": "0.0.4",
21
- "@bpmnkit/profiles": "0.0.7"
18
+ "@bpmnkit/api": "0.0.12",
19
+ "@bpmnkit/ascii": "0.0.12",
20
+ "@bpmnkit/connector-gen": "0.0.6",
21
+ "@bpmnkit/profiles": "0.0.9"
22
22
  },
23
23
  "publishConfig": {
24
24
  "access": "public"