@extrahorizon/javascript-sdk 8.12.0 → 8.12.1-dev-181-2988738

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 CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [8.12.1]
9
+
10
+ ### Fixed
11
+ - Bumped qs version to resolve `CVE-2026-8723` (vulnerable code was not in use)
12
+
8
13
  ## [8.12.0]
9
14
 
10
15
  ### Added
@@ -5664,7 +5664,7 @@ const templatesV2Service = (httpWithAuth) => {
5664
5664
  };
5665
5665
  };
5666
5666
 
5667
- const version = '8.12.0';
5667
+ const version = '8.12.1-dev-181-2988738';
5668
5668
 
5669
5669
  /**
5670
5670
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5634,7 +5634,7 @@ const templatesV2Service = (httpWithAuth) => {
5634
5634
  };
5635
5635
  };
5636
5636
 
5637
- const version = '8.12.0';
5637
+ const version = '8.12.1-dev-181-2988738';
5638
5638
 
5639
5639
  /**
5640
5640
  * Create ExtraHorizon client.
@@ -1 +1 @@
1
- export declare const version = "8.12.0";
1
+ export declare const version = "8.12.1-dev-181-2988738";
@@ -1 +1 @@
1
- export declare const version = "8.12.0";
1
+ export declare const version = "8.12.1-dev-181-2988738";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.12.0",
3
+ "version": "8.12.1-dev-181-2988738",
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",
@@ -37,7 +37,7 @@
37
37
  "fflate": "0.8.2",
38
38
  "form-data": "4.0.4",
39
39
  "platform-specific": "1.1.0",
40
- "qs": "6.14.2",
40
+ "qs": "6.15.2",
41
41
  "typescript-json-decoder": "1.0.11"
42
42
  },
43
43
  "devDependencies": {