vue-intl 6.4.14 → 6.4.15
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/index.d.ts +0 -1
- package/injection-key.d.ts +0 -1
- package/package.json +3 -3
- package/plugin.d.ts +0 -1
- package/provider.d.ts +0 -1
package/index.d.ts
CHANGED
|
@@ -8,4 +8,3 @@ export type IntlFormatters = CoreIntlFormatters<VNode>;
|
|
|
8
8
|
export declare function defineMessages<K extends keyof any, T = MessageDescriptor, U extends Record<K, T> = Record<K, T>>(msgs: U): U;
|
|
9
9
|
export declare function defineMessage<T>(msg: T): T;
|
|
10
10
|
export type { MessageFormatElement } from '@formatjs/icu-messageformat-parser';
|
|
11
|
-
//# sourceMappingURL=index.d.ts.map
|
package/injection-key.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-intl",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.15",
|
|
4
4
|
"description": "formatjs intl binding for vue",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"author": "Long Ho <holevietlong@gmail.com>",
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@babel/types": "^7.12.11",
|
|
21
|
-
"@formatjs/icu-messageformat-parser": "2.
|
|
22
|
-
"@formatjs/intl": "2.
|
|
21
|
+
"@formatjs/icu-messageformat-parser": "2.5.0",
|
|
22
|
+
"@formatjs/intl": "2.8.0",
|
|
23
23
|
"tslib": "^2.4.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
package/plugin.d.ts
CHANGED
package/provider.d.ts
CHANGED