@extrahorizon/javascript-sdk 8.7.0-dev-98-be22adb → 8.7.0-dev-99-db18adc

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.
@@ -5487,7 +5487,7 @@ const logsService = (httpWithAuth) => {
5487
5487
  };
5488
5488
  };
5489
5489
 
5490
- const version = '8.7.0-dev-98-be22adb';
5490
+ const version = '8.7.0-dev-99-db18adc';
5491
5491
 
5492
5492
  /**
5493
5493
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5457,7 +5457,7 @@ const logsService = (httpWithAuth) => {
5457
5457
  };
5458
5458
  };
5459
5459
 
5460
- const version = '8.7.0-dev-98-be22adb';
5460
+ const version = '8.7.0-dev-99-db18adc';
5461
5461
 
5462
5462
  /**
5463
5463
  * Create ExtraHorizon client.
@@ -1 +1 @@
1
- export declare const version = "8.7.0-dev-98-be22adb";
1
+ export declare const version = "8.7.0-dev-99-db18adc";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.7.0-dev-98-be22adb",
3
+ "version": "8.7.0-dev-99-db18adc",
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",