@xxanderwp/translate-module 1.0.1 → 1.0.2

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/dist/index.d.ts CHANGED
@@ -10,3 +10,4 @@ export declare class LanguageCore<T extends Record<string, Record<string, string
10
10
  get currentLanguageData(): T[LangKey] | null;
11
11
  translate<K extends keyof T[LangKey]>(key: K, ...args: (string | number)[]): string | null;
12
12
  }
13
+ export default LanguageCore;
package/dist/index.js CHANGED
@@ -69,3 +69,4 @@ class LanguageCore {
69
69
  }
70
70
  }
71
71
  exports.LanguageCore = LanguageCore;
72
+ exports.default = LanguageCore;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xxanderwp/translate-module",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "directories": {
package/logo.png DELETED
Binary file