RubyGems
npm
Organizations
Log in
Sign up
npm
component-shipinlv
Versions diffs
1.0.21 → 1.0.22
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.
Files changed (2)
hide
show
package/dist/base/DealerUrlDict.d.ts
+4
-6
package/package.json
+1
-1
package/dist/base/DealerUrlDict.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",