@camunda8/orchestration-cluster-api 8.8.4 → 8.8.5

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": "8.8.4",
4
+ "version": "8.8.5",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",
@@ -47,7 +47,7 @@
47
47
  "clean": "rimraf dist src/gen src/facade",
48
48
  "fetch:spec": "tsx scripts/fetch-spec.ts",
49
49
  "generate": "npm run clean && npm run fetch:spec && npm run _pipeline:generate",
50
- "_pipeline:generate": "npm run preprocess && npm run generate:sdk && tsx scripts/postprocess-deployment-schema.ts && npm run generate:class && npm run generate:facade && npm run gate && tsx scripts/postprocess-zod-augment.ts && tsx scripts/postprocess-activate-jobs-enrich.ts && npm run scaffold:methods && npm run validate:scaffolds && npm run test",
50
+ "_pipeline:generate": "npm run preprocess && npm run generate:sdk && tsx scripts/postprocess-harden-client-params.ts && tsx scripts/postprocess-deployment-schema.ts && npm run generate:class && npm run generate:facade && npm run gate && tsx scripts/postprocess-zod-augment.ts && tsx scripts/postprocess-activate-jobs-enrich.ts && npm run scaffold:methods && npm run validate:scaffolds && npm run test",
51
51
  "generate:local": "npm run clean && cp ../rest-api.domain.yaml ./rest-api.source.yaml && npm run _pipeline:generate",
52
52
  "scaffold:methods": "tsx scripts/generate-test-scaffolds.ts",
53
53
  "validate:scaffolds": "tsx scripts/validate-test-scaffolds.ts",
@@ -91,7 +91,7 @@
91
91
  "access": "public"
92
92
  },
93
93
  "dependencies": {
94
- "p-retry": "^6.0.1",
94
+ "p-retry": "^7.1.1",
95
95
  "typed-env": "^2.0.0",
96
96
  "zod": "^4"
97
97
  },
@@ -99,12 +99,12 @@
99
99
  "@commitlint/cli": "^19.3.0",
100
100
  "@commitlint/config-conventional": "^19.2.2",
101
101
  "@hey-api/client-fetch": "^0.13.1",
102
- "@hey-api/openapi-ts": "^0.82.2",
103
- "@types/node": "^20.14.9",
102
+ "@hey-api/openapi-ts": "^0.82.5",
103
+ "@types/node": "^20.19.41",
104
104
  "@types/single-line-log": "^1.1.2",
105
105
  "@typescript-eslint/eslint-plugin": "^7.18.0",
106
106
  "@typescript-eslint/parser": "^7.18.0",
107
- "assert-json-body": "^1.3.0",
107
+ "assert-json-body": "^1.3.1",
108
108
  "chalk": "^5.6.2",
109
109
  "eslint": "^8.57.0",
110
110
  "eslint-config-prettier": "^9.1.2",
@@ -116,15 +116,18 @@
116
116
  "openapi-typescript-codegen": "^0.29.0",
117
117
  "prettier": "^3.6.2",
118
118
  "rimraf": "^6.0.1",
119
- "semantic-release": "^25.0.2",
119
+ "semantic-release": "^25.0.3",
120
120
  "single-line-log": "^1.1.2",
121
- "tsup": "^8.0.2",
122
- "tsx": "^4.7.0",
123
- "typedoc": "^0.28.0",
121
+ "tsup": "^8.5.1",
122
+ "tsx": "^4.20.6",
123
+ "typedoc": "^0.28.19",
124
124
  "typedoc-plugin-markdown": "^4.0.0",
125
- "typescript": "^5.4.5",
125
+ "typescript": "^5.9.3",
126
126
  "vitest": "^3.2.4",
127
- "yaml": "^2.8.1"
127
+ "yaml": "^2.8.4"
128
+ },
129
+ "overrides": {
130
+ "@semantic-release/github": "^11.0.6"
128
131
  },
129
132
  "lint-staged": {
130
133
  "*.{ts,tsx,js,json,md,yml,yaml}": [