@extrahorizon/javascript-sdk 8.14.1-dev-204-3631870 → 8.14.1

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.
@@ -5768,7 +5768,7 @@ const templatesV2Service = (httpWithAuth) => {
5768
5768
  };
5769
5769
  };
5770
5770
 
5771
- const version = '8.14.1-dev-204-3631870';
5771
+ const version = '8.14.1';
5772
5772
 
5773
5773
  /**
5774
5774
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5738,7 +5738,7 @@ const templatesV2Service = (httpWithAuth) => {
5738
5738
  };
5739
5739
  };
5740
5740
 
5741
- const version = '8.14.1-dev-204-3631870';
5741
+ const version = '8.14.1';
5742
5742
 
5743
5743
  /**
5744
5744
  * Create ExtraHorizon client.
@@ -1 +1 @@
1
- export declare const version = "8.14.1-dev-204-3631870";
1
+ export declare const version = "8.14.1";
@@ -1 +1 @@
1
- export declare const version = "8.14.1-dev-204-3631870";
1
+ export declare const version = "8.14.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.14.1-dev-204-3631870",
3
+ "version": "8.14.1",
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",