@extrahorizon/javascript-sdk 8.5.0-dev-73-2ae1c71 → 8.5.0-dev-74-a452954

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.
@@ -5375,7 +5375,7 @@ const logsService = (httpWithAuth) => {
5375
5375
  };
5376
5376
  };
5377
5377
 
5378
- const version = '8.5.0-dev-73-2ae1c71';
5378
+ const version = '8.5.0-dev-74-a452954';
5379
5379
 
5380
5380
  /**
5381
5381
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5345,7 +5345,7 @@ const logsService = (httpWithAuth) => {
5345
5345
  };
5346
5346
  };
5347
5347
 
5348
- const version = '8.5.0-dev-73-2ae1c71';
5348
+ const version = '8.5.0-dev-74-a452954';
5349
5349
 
5350
5350
  /**
5351
5351
  * Create ExtraHorizon client.
@@ -1 +1 @@
1
- export declare const version = "8.5.0-dev-73-2ae1c71";
1
+ export declare const version = "8.5.0-dev-74-a452954";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.5.0-dev-73-2ae1c71",
3
+ "version": "8.5.0-dev-74-a452954",
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",
@@ -54,7 +54,7 @@
54
54
  "jest": "^29.7.0",
55
55
  "nock": "^13.5.4",
56
56
  "rimraf": "^5.0.5",
57
- "rollup": "^2.68.0",
57
+ "rollup": "^2.79.2",
58
58
  "ts-jest": "^29.1.2",
59
59
  "typescript": "^4.5.5"
60
60
  }