@extrahorizon/javascript-sdk 8.10.0-dev-161-c1dd6ca → 8.10.0-dev-162-aab55c5
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 +7 -0
- 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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [8.10.0]
|
|
9
9
|
|
|
10
|
+
### Fixed
|
|
11
|
+
- The following vulnerabilities were resolved, but not applicable:
|
|
12
|
+
- Bumped Axios version to resolve `CVE-2026-40175` and `CVE-2025-62718`
|
|
13
|
+
- Bumped brace-expansion version to resolve `CVE-2026-33750`
|
|
14
|
+
- Bumped picomatch version to resolve `CVE-2026-33672` and `CVE-2026-33671`
|
|
15
|
+
- Bumped flatted version to resolve `CVE-2026-33228` and `CVE-2026-32141`
|
|
16
|
+
|
|
10
17
|
### Added
|
|
11
18
|
- `exh.users.getEmailTemplates` and `exh.users.setEmailTemplates` now support `_name` variants
|
|
12
19
|
- `activationEmailTemplateName`
|
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.10.0-dev-
|
|
1
|
+
export declare const version = "8.10.0-dev-162-aab55c5";
|
package/build/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.10.0-dev-
|
|
1
|
+
export declare const version = "8.10.0-dev-162-aab55c5";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/javascript-sdk",
|
|
3
|
-
"version": "8.10.0-dev-
|
|
3
|
+
"version": "8.10.0-dev-162-aab55c5",
|
|
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",
|