@extrahorizon/javascript-sdk 8.13.0-dev-190-649a43c → 8.13.0-dev-191-1b6861d
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 +2 -1
- package/build/index.cjs.js +1 -1
- package/build/index.mjs +1 -1
- package/build/types/version.d.ts +1 -1
- package/build/version.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
19
19
|
- `exh.auth.oauth2.deleteAuthorizations`
|
|
20
20
|
- `exh.auth.oauth2.find*`
|
|
21
21
|
- `exh.auth.oauth2.remove`
|
|
22
|
-
|
|
22
|
+
- Bumped form-data version to resolve `CVE-2026-12143` (vulnerable code was not in use)
|
|
23
|
+
|
|
23
24
|
### Deprecated
|
|
24
25
|
- The following fields will be removed from responses returned by listing endpoints in a future version:
|
|
25
26
|
- The `exh.auth.oauth1.find*` methods deprecate the `tokenSecret` field
|
package/build/index.cjs.js
CHANGED
package/build/index.mjs
CHANGED
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.13.0-dev-
|
|
1
|
+
export declare const version = "8.13.0-dev-191-1b6861d";
|
package/build/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.13.0-dev-
|
|
1
|
+
export declare const version = "8.13.0-dev-191-1b6861d";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/javascript-sdk",
|
|
3
|
-
"version": "8.13.0-dev-
|
|
3
|
+
"version": "8.13.0-dev-191-1b6861d",
|
|
4
4
|
"description": "This package serves as a JavaScript wrapper around all Extra Horizon cloud services.",
|
|
5
5
|
"main": "build/index.cjs.js",
|
|
6
6
|
"types": "build/types/index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"axios": "0.32.0",
|
|
36
36
|
"buffer": "6.0.3",
|
|
37
37
|
"fflate": "0.8.2",
|
|
38
|
-
"form-data": "4.0.
|
|
38
|
+
"form-data": "4.0.6",
|
|
39
39
|
"platform-specific": "1.1.0",
|
|
40
40
|
"qs": "6.15.2",
|
|
41
41
|
"typescript-json-decoder": "1.0.11"
|