@bpmnkit/cli 0.0.10 → 0.0.12

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 +2 -2
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![license](https://img.shields.io/npm/l/@bpmnkit/cli?style=flat-square)](https://github.com/bpmnkit/monorepo/blob/main/LICENSE)
8
8
  [![typescript](https://img.shields.io/badge/TypeScript-strict-6244d7?style=flat-square&logo=typescript&logoColor=white)](https://github.com/bpmnkit/monorepo)
9
9
 
10
- [Documentation](https://docs.bpmnkit.com) · [GitHub](https://github.com/bpmnkit/monorepo) · [Changelog](https://github.com/bpmnkit/monorepo/blob/main/apps/cli/CHANGELOG.md)
10
+ [Website](https://bpmnkit.com) · [Documentation](https://docs.bpmnkit.com) · [GitHub](https://github.com/bpmnkit/monorepo) · [Changelog](https://github.com/bpmnkit/monorepo/blob/main/apps/cli/CHANGELOG.md)
11
11
  </div>
12
12
 
13
13
  ---
@@ -109,4 +109,4 @@ casen instances list --state active
109
109
 
110
110
  ## License
111
111
 
112
- [MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit
112
+ [MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit — made by [u11g](https://u11g.com)
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@bpmnkit/cli",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "Command-line interface for Camunda 8 — deploy, manage, and monitor processes from the terminal",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "casen": "./dist/index.js"
8
8
  },
9
9
  "files": [
10
+ "LICENSE",
10
11
  "README.md",
11
12
  "dist/**/*.js"
12
13
  ],
@@ -14,10 +15,10 @@
14
15
  "node": ">=20"
15
16
  },
16
17
  "dependencies": {
17
- "@bpmnkit/api": "0.0.9",
18
- "@bpmnkit/ascii": "0.0.9",
19
- "@bpmnkit/connector-gen": "0.0.3",
20
- "@bpmnkit/profiles": "0.0.6"
18
+ "@bpmnkit/api": "0.0.11",
19
+ "@bpmnkit/ascii": "0.0.11",
20
+ "@bpmnkit/connector-gen": "0.0.5",
21
+ "@bpmnkit/profiles": "0.0.8"
21
22
  },
22
23
  "publishConfig": {
23
24
  "access": "public"