react-toolkits 0.8.90 → 0.8.91

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # react-toolkits
2
2
 
3
+ ## 0.8.91
4
+
5
+ ### Patch Changes
6
+
7
+ - d5f13a6: fix: missing declaration files
8
+
3
9
  ## 0.8.90
4
10
 
5
11
  ### Patch Changes
@@ -0,0 +1,5 @@
1
+ import { L as Locale } from './index-D82NjF_J.js';
2
+
3
+ declare const locale: Locale;
4
+
5
+ export { locale as default };
@@ -87,4 +87,4 @@ type Locale = {
87
87
  };
88
88
  };
89
89
 
90
- export type { Locale };
90
+ export type { Locale as L };
@@ -0,0 +1,5 @@
1
+ import { L as Locale } from './index-D82NjF_J.js';
2
+
3
+ declare const locale: Locale;
4
+
5
+ export { locale as default };
@@ -0,0 +1,5 @@
1
+ import { L as Locale } from './index-D82NjF_J.js';
2
+
3
+ declare const locale: Locale;
4
+
5
+ export { locale as default };
@@ -0,0 +1,5 @@
1
+ import { L as Locale } from './index-D82NjF_J.js';
2
+
3
+ declare const locale: Locale;
4
+
5
+ export { locale as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-toolkits",
3
3
  "type": "module",
4
- "version": "0.8.90",
4
+ "version": "0.8.91",
5
5
  "sideEffects": [
6
6
  "**/*.css"
7
7
  ],
@@ -65,8 +65,8 @@
65
65
  "tsup": "^8.1.0",
66
66
  "typescript": "^5.4.5",
67
67
  "@flow97/eslint-config-react": "0.0.1",
68
- "tailwind-config": "0.1.2",
69
- "tsconfig": "0.0.5"
68
+ "tsconfig": "0.0.5",
69
+ "tailwind-config": "0.1.2"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "antd": "^5.12.2",