@extrahorizon/javascript-sdk 8.6.0 → 8.7.0-dev-96-f1db68f

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,9 @@ 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.7.0]
9
+
10
+
8
11
  ## [8.6.0]
9
12
 
10
13
  ### Added
@@ -5395,7 +5395,7 @@ const logsService = (httpWithAuth) => {
5395
5395
  };
5396
5396
  };
5397
5397
 
5398
- const version = '8.6.0';
5398
+ const version = '8.7.0-dev-96-f1db68f';
5399
5399
 
5400
5400
  /**
5401
5401
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5365,7 +5365,7 @@ const logsService = (httpWithAuth) => {
5365
5365
  };
5366
5366
  };
5367
5367
 
5368
- const version = '8.6.0';
5368
+ const version = '8.7.0-dev-96-f1db68f';
5369
5369
 
5370
5370
  /**
5371
5371
  * Create ExtraHorizon client.
@@ -1 +1 @@
1
- export declare const version = "8.6.0";
1
+ export declare const version = "8.7.0-dev-96-f1db68f";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.6.0",
3
+ "version": "8.7.0-dev-96-f1db68f",
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",
@@ -58,4 +58,4 @@
58
58
  "ts-jest": "^29.1.2",
59
59
  "typescript": "^4.5.5"
60
60
  }
61
- }
61
+ }