Comparing version 6.5.5 to 6.5.6
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.defineMessage = exports.defineMessages = exports.IntlError = exports.IntlErrorCode = exports.MissingTranslationError = exports.MessageFormatError = exports.MissingDataError = exports.InvalidConfigError = exports.UnsupportedFormatterError = exports.createIntlCache = exports.intlKey = void 0; | ||
exports.IntlError = exports.IntlErrorCode = exports.MissingTranslationError = exports.MessageFormatError = exports.MissingDataError = exports.InvalidConfigError = exports.UnsupportedFormatterError = exports.createIntlCache = exports.intlKey = void 0; | ||
exports.defineMessages = defineMessages; | ||
exports.defineMessage = defineMessage; | ||
const tslib_1 = require("tslib"); | ||
@@ -21,6 +23,4 @@ tslib_1.__exportStar(require("./plugin"), exports); | ||
} | ||
exports.defineMessages = defineMessages; | ||
function defineMessage(msg) { | ||
return msg; | ||
} | ||
exports.defineMessage = defineMessage; |
{ | ||
"name": "vue-intl", | ||
"version": "6.5.5", | ||
"version": "6.5.6", | ||
"description": "formatjs intl binding for vue", | ||
@@ -21,5 +21,5 @@ "main": "index.js", | ||
"@babel/types": "^7.12.11", | ||
"tslib": "^2.4.0", | ||
"@formatjs/icu-messageformat-parser": "2.7.9", | ||
"@formatjs/intl": "2.10.7" | ||
"tslib": "^2.7.0", | ||
"@formatjs/icu-messageformat-parser": "2.7.10", | ||
"@formatjs/intl": "2.10.8" | ||
}, | ||
@@ -26,0 +26,0 @@ "peerDependencies": { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.useIntl = exports.provideIntl = void 0; | ||
exports.provideIntl = provideIntl; | ||
exports.useIntl = useIntl; | ||
const vue_1 = require("vue"); | ||
@@ -9,3 +10,2 @@ const injection_key_1 = require("./injection-key"); | ||
} | ||
exports.provideIntl = provideIntl; | ||
function useIntl() { | ||
@@ -18,2 +18,1 @@ const intl = (0, vue_1.inject)(injection_key_1.intlKey); | ||
} | ||
exports.useIntl = useIntl; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7535
103
+ Added@formatjs/ecma402-abstract@2.2.0(transitive)
+ Added@formatjs/fast-memoize@2.2.1(transitive)
+ Added@formatjs/icu-messageformat-parser@2.7.10(transitive)
+ Added@formatjs/icu-skeleton-parser@1.8.4(transitive)
+ Added@formatjs/intl@2.10.8(transitive)
+ Added@formatjs/intl-displaynames@6.6.10(transitive)
+ Added@formatjs/intl-listformat@7.5.9(transitive)
+ Added@formatjs/intl-localematcher@0.5.5(transitive)
+ Addedintl-messageformat@10.7.0(transitive)
- Removed@formatjs/ecma402-abstract@2.1.0(transitive)
- Removed@formatjs/fast-memoize@2.2.0(transitive)
- Removed@formatjs/icu-messageformat-parser@2.7.9(transitive)
- Removed@formatjs/icu-skeleton-parser@1.8.3(transitive)
- Removed@formatjs/intl@2.10.7(transitive)
- Removed@formatjs/intl-displaynames@6.6.9(transitive)
- Removed@formatjs/intl-listformat@7.5.8(transitive)
- Removed@formatjs/intl-localematcher@0.5.4(transitive)
- Removedintl-messageformat@10.6.0(transitive)
Updated@formatjs/intl@2.10.8
Updatedtslib@^2.7.0