@extrahorizon/javascript-sdk 8.5.0-dev-79-c67d6f6 → 8.5.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.
@@ -5380,7 +5380,7 @@ const logsService = (httpWithAuth) => {
5380
5380
  };
5381
5381
  };
5382
5382
 
5383
- const version = '8.5.0-dev-79-c67d6f6';
5383
+ const version = '8.5.0';
5384
5384
 
5385
5385
  /**
5386
5386
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5350,7 +5350,7 @@ const logsService = (httpWithAuth) => {
5350
5350
  };
5351
5351
  };
5352
5352
 
5353
- const version = '8.5.0-dev-79-c67d6f6';
5353
+ const version = '8.5.0';
5354
5354
 
5355
5355
  /**
5356
5356
  * Create ExtraHorizon client.
@@ -1 +1 @@
1
- export declare const version = "8.5.0-dev-79-c67d6f6";
1
+ export declare const version = "8.5.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.5.0-dev-79-c67d6f6",
3
+ "version": "8.5.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",