@camunda8/orchestration-cluster-api 10.0.0-alpha.12 → 10.0.0-alpha.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@camunda8/orchestration-cluster-api",
3
3
  "private": false,
4
- "version": "10.0.0-alpha.12",
4
+ "version": "10.0.0-alpha.13",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",
@@ -54,8 +54,8 @@
54
54
  "camundacon:tags:second": "tsx camundacon/tags/second.ts",
55
55
  "camundacon:tags:third": "tsx camundacon/tags/third.ts",
56
56
  "clean": "rimraf dist src/gen src/facade",
57
- "generate": "npm run clean && npm run bundle:spec && tsx scripts/run-pipeline.ts",
58
- "generate:local": "npm run clean && npm run bundle:spec:local && tsx scripts/run-pipeline.ts",
57
+ "generate": "npm run clean && npm run bundle:spec && tsx scripts/run-pipeline.ts && npm run responses:regenerate:local",
58
+ "generate:local": "npm run clean && npm run bundle:spec:local && tsx scripts/run-pipeline.ts && npm run responses:regenerate:local",
59
59
  "bundle:spec": "camunda-schema-bundler --ref ${SPEC_REF:-main} --output-spec external-spec/bundled/rest-api.bundle.json --output-metadata external-spec/bundled/spec-metadata.json",
60
60
  "bundle:spec:local": "camunda-schema-bundler --spec-dir external-spec/upstream/zeebe/gateway-protocol/src/main/proto/v2 --output-spec external-spec/bundled/rest-api.bundle.json --output-metadata external-spec/bundled/spec-metadata.json",
61
61
  "version:sync": "tsx scripts/write-version-constant.ts",
@@ -74,6 +74,7 @@
74
74
  "prepare": "husky install",
75
75
  "update:assertions": "npx assert-json-body",
76
76
  "responses:regenerate": "assert-json-body extract",
77
+ "responses:regenerate:local": "assert-json-body extract --specFile=external-spec/upstream/zeebe/gateway-protocol/src/main/proto/v2/rest-api.yaml",
77
78
  "docker:start": "docker compose -f docker/docker-compose.yaml up -d",
78
79
  "docker:stop": "docker compose -f docker/docker-compose.yaml down",
79
80
  "docker:es:start": "docker compose -f docker/docker-compose-es.yaml up -d",
@@ -107,16 +108,16 @@
107
108
  }
108
109
  },
109
110
  "devDependencies": {
110
- "@biomejs/biome": "^2.4.15",
111
- "@camunda8/sdk-infra": "^1.4.1",
112
- "@commitlint/cli": "^21.0.1",
111
+ "@biomejs/biome": "^2.5.0",
112
+ "@camunda8/sdk-infra": "^1.7.1",
113
+ "@commitlint/cli": "^21.0.2",
113
114
  "@commitlint/config-conventional": "^21.0.1",
114
115
  "@hey-api/openapi-ts": "^0.86.12",
115
116
  "@semantic-release/changelog": "^6.0.3",
116
117
  "@semantic-release/git": "^10.0.1",
117
118
  "@types/node": "^20.14.9",
118
119
  "@types/single-line-log": "^1.1.2",
119
- "assert-json-body": "^1.5.0",
120
+ "assert-json-body": "^1.8.1",
120
121
  "camunda-schema-bundler": "^2.4.3",
121
122
  "chalk": "^5.6.2",
122
123
  "fp-ts": "^2.16.11",
@@ -125,11 +126,11 @@
125
126
  "semantic-release": "^25.0.3",
126
127
  "single-line-log": "^1.1.2",
127
128
  "tsup": "^8.5.1",
128
- "tsx": "^4.21.0",
129
+ "tsx": "^4.22.4",
129
130
  "typedoc": "^0.28.19",
130
- "typedoc-plugin-markdown": "^4.11.0",
131
+ "typedoc-plugin-markdown": "^4.12.0",
131
132
  "typescript": "^5.4.5",
132
- "vitest": "^3.2.4"
133
+ "vitest": "^4.1.9"
133
134
  },
134
135
  "engines": {
135
136
  "node": ">=22"