@extrahorizon/javascript-sdk 8.8.2-dev-118-48d89ca → 8.8.2

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.
@@ -5528,7 +5528,7 @@ const logsService = (httpWithAuth) => {
5528
5528
  };
5529
5529
  };
5530
5530
 
5531
- const version = '8.8.2-dev-118-48d89ca';
5531
+ const version = '8.8.2';
5532
5532
 
5533
5533
  /**
5534
5534
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5498,7 +5498,7 @@ const logsService = (httpWithAuth) => {
5498
5498
  };
5499
5499
  };
5500
5500
 
5501
- const version = '8.8.2-dev-118-48d89ca';
5501
+ const version = '8.8.2';
5502
5502
 
5503
5503
  /**
5504
5504
  * Create ExtraHorizon client.
@@ -1 +1 @@
1
- export declare const version = "8.8.2-dev-118-48d89ca";
1
+ export declare const version = "8.8.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.8.2-dev-118-48d89ca",
3
+ "version": "8.8.2",
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",