touchstudy-core 0.1.88 → 0.1.89

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.
@@ -8,6 +8,7 @@ export declare const PUSHER_CONFIG: {
8
8
  cluster: string;
9
9
  key: string;
10
10
  };
11
+ export declare const RELEASE_DATE: string;
11
12
  export declare const ACCESS_TOKEN = "ACCESS_TOKEN";
12
13
  export declare const ACADEMY_DOMAIN = "ACADEMY_DOMAIN";
13
14
  export declare const REDIRECT_URL = "REDIRECT_URL";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "touchstudy-core",
3
- "version": "0.1.88",
3
+ "version": "0.1.89",
4
4
  "description": "Contains core components && functions for TouchStudy project",
5
5
  "author": "brss",
6
6
  "license": "MIT",