@croct/sdk 0.11.0-alpha.4 → 0.11.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.
package/constants.d.ts CHANGED
@@ -3,5 +3,5 @@ export declare const TRACKER_ENDPOINT_URL = "wss://api.croct.io/client/web/conne
3
3
  export declare const EVALUATION_ENDPOINT_URL = "https://api.croct.io";
4
4
  export declare const CONTENT_ENDPOINT_URL = "https://api.croct.io";
5
5
  export declare const MAX_QUERY_LENGTH: number;
6
- export declare const VERSION = "0.11.0-alpha.4";
6
+ export declare const VERSION = "0.11.0";
7
7
  export declare const CLIENT_LIBRARY: string;
package/constants.js CHANGED
@@ -6,6 +6,6 @@ exports.TRACKER_ENDPOINT_URL = 'wss://api.croct.io/client/web/connect';
6
6
  exports.EVALUATION_ENDPOINT_URL = 'https://api.croct.io';
7
7
  exports.CONTENT_ENDPOINT_URL = 'https://api.croct.io';
8
8
  exports.MAX_QUERY_LENGTH = 500;
9
- exports.VERSION = '0.11.0-alpha.4';
9
+ exports.VERSION = '0.11.0';
10
10
  exports.CLIENT_LIBRARY = `Croct SDK JS v${exports.VERSION}`;
11
11
  //# sourceMappingURL=constants.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@croct/sdk",
3
- "version": "0.11.0-alpha.4",
3
+ "version": "0.11.0",
4
4
  "description": "Croct SDK for JavaScript.",
5
5
  "license": "MIT",
6
6
  "author": {