touchstudy-core 0.1.46 → 0.1.48

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.
@@ -24,6 +24,10 @@ export declare enum Role {
24
24
  Admin = "Admin",
25
25
  AcademyAdmin = "AcademyAdmin"
26
26
  }
27
+ export declare enum Language {
28
+ ko = "ko",
29
+ en = "en"
30
+ }
27
31
  export declare const PrintHeaderClassName = "print-header";
28
32
  export declare const PrintContentClassName = "print-content";
29
33
  export declare const PrintContainerClassName = "print-container";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "touchstudy-core",
3
- "version": "0.1.46",
3
+ "version": "0.1.48",
4
4
  "description": "Contains core components && functions for TouchStudy project",
5
5
  "author": "brss",
6
6
  "license": "MIT",