@extrahorizon/javascript-sdk 8.4.1-dev-61-77bbe05 → 8.4.1

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,7 +5,7 @@ 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
- ## [Unreleased]
8
+ ## [8.4.1]
9
9
 
10
10
  ### Fixed
11
11
  - No longer minifying to prevent huge error stack traces, we expect that where it matters bundlers are in use anyway
@@ -5368,7 +5368,7 @@ const logsService = (httpWithAuth) => {
5368
5368
  };
5369
5369
  };
5370
5370
 
5371
- const version = '8.4.1-dev-61-77bbe05';
5371
+ const version = '8.4.1';
5372
5372
 
5373
5373
  /**
5374
5374
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5338,7 +5338,7 @@ const logsService = (httpWithAuth) => {
5338
5338
  };
5339
5339
  };
5340
5340
 
5341
- const version = '8.4.1-dev-61-77bbe05';
5341
+ const version = '8.4.1';
5342
5342
 
5343
5343
  /**
5344
5344
  * Create ExtraHorizon client.
@@ -1 +1 @@
1
- export declare const version = "8.4.1-dev-61-77bbe05";
1
+ export declare const version = "8.4.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.4.1-dev-61-77bbe05",
3
+ "version": "8.4.1",
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",