@camunda8/orchestration-cluster-api 9.1.2 → 10.0.0-alpha.10

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": "9.1.2",
4
+ "version": "10.0.0-alpha.10",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",
@@ -59,7 +59,7 @@
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",
62
- "build": "SPEC_REF=stable/8.9 npm run generate && npm run docs:config && npm run sync-readme:check && npm run format && npm run version:sync && tsup src/index.ts src/logger.ts src/fp/index.ts --dts --format esm,cjs --sourcemap --out-dir dist && tsup src/runtime/threadWorkerEntry.ts --format esm,cjs --sourcemap --out-dir dist --no-splitting",
62
+ "build": "npm run generate && npm run docs:config && npm run sync-readme:check && npm run format && npm run version:sync && tsup src/index.ts src/logger.ts src/fp/index.ts --dts --format esm,cjs --sourcemap --out-dir dist && tsup src/runtime/threadWorkerEntry.ts --format esm,cjs --sourcemap --out-dir dist --no-splitting",
63
63
  "build:local": "npm run generate:local && npm run docs:config && npm run sync-readme:check && npm run version:sync && tsup src/index.ts src/logger.ts src/fp/index.ts --dts --format esm,cjs --sourcemap --out-dir dist && tsup src/runtime/threadWorkerEntry.ts --format esm,cjs --sourcemap --out-dir dist --no-splitting",
64
64
  "test": "CAMUNDA_SDK_INTEGRATION=0 vitest run --passWithNoTests --exclude 'tests-integration/' --exclude 'camundacon/**'",
65
65
  "test:integration": "CAMUNDA_SDK_INTEGRATION=1 vitest run tests-integration",
@@ -107,16 +107,17 @@
107
107
  }
108
108
  },
109
109
  "devDependencies": {
110
- "@biomejs/biome": "^2.4.10",
111
- "@commitlint/cli": "^20.5.0",
112
- "@commitlint/config-conventional": "^20.5.0",
110
+ "@biomejs/biome": "^2.4.15",
111
+ "@camunda8/sdk-infra": "^1.4.1",
112
+ "@commitlint/cli": "^21.0.1",
113
+ "@commitlint/config-conventional": "^21.0.1",
113
114
  "@hey-api/openapi-ts": "^0.86.12",
114
115
  "@semantic-release/changelog": "^6.0.3",
115
116
  "@semantic-release/git": "^10.0.1",
116
117
  "@types/node": "^20.14.9",
117
118
  "@types/single-line-log": "^1.1.2",
118
119
  "assert-json-body": "^1.5.0",
119
- "camunda-schema-bundler": "^1.5.0",
120
+ "camunda-schema-bundler": "^2.4.3",
120
121
  "chalk": "^5.6.2",
121
122
  "fp-ts": "^2.16.11",
122
123
  "husky": "^9.0.11",
@@ -125,7 +126,7 @@
125
126
  "single-line-log": "^1.1.2",
126
127
  "tsup": "^8.5.1",
127
128
  "tsx": "^4.21.0",
128
- "typedoc": "^0.28.18",
129
+ "typedoc": "^0.28.19",
129
130
  "typedoc-plugin-markdown": "^4.11.0",
130
131
  "typescript": "^5.4.5",
131
132
  "vitest": "^3.2.4"