@extrahorizon/javascript-sdk 8.11.0 → 8.12.0-dev-171-2fc7ff8

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,8 @@ 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.0]
9
+
8
10
  ## [8.11.0]
9
11
 
10
12
  ### Added
@@ -5652,7 +5652,7 @@ const templatesV2Service = (httpWithAuth) => {
5652
5652
  };
5653
5653
  };
5654
5654
 
5655
- const version = '8.11.0';
5655
+ const version = '8.12.0-dev-171-2fc7ff8';
5656
5656
 
5657
5657
  /**
5658
5658
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5622,7 +5622,7 @@ const templatesV2Service = (httpWithAuth) => {
5622
5622
  };
5623
5623
  };
5624
5624
 
5625
- const version = '8.11.0';
5625
+ const version = '8.12.0-dev-171-2fc7ff8';
5626
5626
 
5627
5627
  /**
5628
5628
  * Create ExtraHorizon client.
@@ -1 +1 @@
1
- export declare const version = "8.11.0";
1
+ export declare const version = "8.12.0-dev-171-2fc7ff8";
@@ -1 +1 @@
1
- export declare const version = "8.11.0";
1
+ export declare const version = "8.12.0-dev-171-2fc7ff8";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.11.0",
3
+ "version": "8.12.0-dev-171-2fc7ff8",
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",