@extrahorizon/javascript-sdk 8.11.0-dev-168-bf985ec → 8.11.0

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.
@@ -5652,7 +5652,7 @@ const templatesV2Service = (httpWithAuth) => {
5652
5652
  };
5653
5653
  };
5654
5654
 
5655
- const version = '8.11.0-dev-168-bf985ec';
5655
+ const version = '8.11.0';
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-dev-168-bf985ec';
5625
+ const version = '8.11.0';
5626
5626
 
5627
5627
  /**
5628
5628
  * Create ExtraHorizon client.
@@ -1 +1 @@
1
- export declare const version = "8.11.0-dev-168-bf985ec";
1
+ export declare const version = "8.11.0";
@@ -1 +1 @@
1
- export declare const version = "8.11.0-dev-168-bf985ec";
1
+ export declare const version = "8.11.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.11.0-dev-168-bf985ec",
3
+ "version": "8.11.0",
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",