@camunda8/sdk 8.9.0-alpha.3 → 8.9.0-alpha.4
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/CHANGELOG.md +13 -0
- package/package.json +8 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# [8.9.0-alpha.4](https://github.com/camunda/camunda-8-js-sdk/compare/v8.9.0-alpha.3...v8.9.0-alpha.4) (2026-03-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* address npm audit issues ([fea2510](https://github.com/camunda/camunda-8-js-sdk/commit/fea251013097768d0514a355ba95e768d5737de3))
|
|
7
|
+
* use latest stable tag for version detection in compatibility workflow ([7591903](https://github.com/camunda/camunda-8-js-sdk/commit/75919032eee6bb794d9f5541bb97ecd3cde93229))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* add author as reviewer ([3c02ce6](https://github.com/camunda/camunda-8-js-sdk/commit/3c02ce6a46577a67c35cfdc9129dab8143f8f205))
|
|
13
|
+
|
|
1
14
|
# [8.9.0-alpha.3](https://github.com/camunda/camunda-8-js-sdk/compare/v8.9.0-alpha.2...v8.9.0-alpha.3) (2026-03-10)
|
|
2
15
|
|
|
3
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda8/sdk",
|
|
3
|
-
"version": "8.9.0-alpha.
|
|
3
|
+
"version": "8.9.0-alpha.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"eslint-plugin-prettier": "^5.0.1",
|
|
105
105
|
"express": "^4.19.2",
|
|
106
106
|
"get-port-please": "^3.1.2",
|
|
107
|
-
"grpc-tools": "^1.
|
|
107
|
+
"grpc-tools": "^1.13.1",
|
|
108
108
|
"husky": "^8.0.3",
|
|
109
109
|
"jsonwebtoken": "^9.0.2",
|
|
110
110
|
"lint-staged": "^15.2.0",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"console-stamp": "^3.0.2",
|
|
137
137
|
"dayjs": "^1.8.15",
|
|
138
138
|
"debug": "^4.3.4",
|
|
139
|
-
"fast-xml-parser": "^5.
|
|
139
|
+
"fast-xml-parser": "^5.5.5",
|
|
140
140
|
"form-data": "^4.0.2",
|
|
141
141
|
"got": "^11.8.6",
|
|
142
142
|
"jwt-decode": "^4.0.0",
|
|
@@ -151,5 +151,10 @@
|
|
|
151
151
|
"typed-emitter": "^2.1.0",
|
|
152
152
|
"typed-env": "^2.0.0",
|
|
153
153
|
"winston": "^3.14.2"
|
|
154
|
+
},
|
|
155
|
+
"overrides": {
|
|
156
|
+
"lodash": "4.17.23",
|
|
157
|
+
"inquirer": "8.2.7",
|
|
158
|
+
"tmp": "0.2.5"
|
|
154
159
|
}
|
|
155
160
|
}
|