component-shipinlv 1.0.21 → 1.0.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,5 @@
1
- declare const DealerUrlDict: {
2
- 1: string;
3
- 6: string;
4
- 18: string;
5
- 21: string;
6
- };
1
+ interface DealerUrlDict {
2
+ [dealerId: number]: string;
3
+ }
4
+ declare const DealerUrlDict: DealerUrlDict;
7
5
  export default DealerUrlDict;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",