@ianicdev/datatables2 0.9.1 → 0.9.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.
@@ -7,9 +7,14 @@ export const en: {
7
7
  [key: string]: any;
8
8
  };
9
9
 
10
+ export const de: {
11
+ [key: string]: any;
12
+ };
13
+
10
14
  declare const defaultExport: {
11
15
  el: typeof el;
12
16
  en: typeof en;
17
+ de: typeof de;
13
18
  };
14
19
 
15
20
  export default defaultExport;
package/lib/locale.d.ts CHANGED
@@ -7,9 +7,14 @@ export const en: {
7
7
  [key: string]: any;
8
8
  };
9
9
 
10
+ export const de: {
11
+ [key: string]: any;
12
+ };
13
+
10
14
  declare const defaultExport: {
11
15
  el: typeof el;
12
16
  en: typeof en;
17
+ de: typeof de;
13
18
  };
14
19
 
15
20
  export default defaultExport;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ianicdev/datatables2",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "type": "module",
5
5
  "types": "./lib/index.d.ts",
6
6
  "publishConfig": {