vue-intl 6.5.12 → 6.5.14

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/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # vue-intl
2
2
 
3
- We've migrated the docs to https://formatjs.io/docs/vue-intl.
3
+ We've migrated the docs to https://formatjs.github.io/docs/vue-intl.
package/index.js CHANGED
@@ -23,4 +23,3 @@ function defineMessages(msgs) {
23
23
  function defineMessage(msg) {
24
24
  return msg;
25
25
  }
26
- //# sourceMappingURL=index.js.map
package/injection-key.js CHANGED
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.intlKey = void 0;
4
4
  exports.intlKey = Symbol();
5
- //# sourceMappingURL=injection-key.js.map
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "vue-intl",
3
- "version": "6.5.12",
3
+ "version": "6.5.14",
4
4
  "description": "formatjs intl binding for vue",
5
5
  "main": "index.js",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/formatjs/formatjs.git"
9
9
  },
10
- "homepage": "https://formatjs.io/docs/vue-intl",
10
+ "homepage": "https://formatjs.github.io/docs/vue-intl",
11
11
  "keywords": [
12
12
  "vue",
13
13
  "intl",
@@ -19,8 +19,8 @@
19
19
  "dependencies": {
20
20
  "@babel/types": "^7.12.11",
21
21
  "tslib": "2",
22
- "@formatjs/icu-messageformat-parser": "2.9.3",
23
- "@formatjs/intl": "2.10.14"
22
+ "@formatjs/icu-messageformat-parser": "2.9.4",
23
+ "@formatjs/intl": "3.0.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "vue": "^3.4.0"
package/plugin.js CHANGED
@@ -22,4 +22,3 @@ const createIntl = (options) => ({
22
22
  },
23
23
  });
24
24
  exports.createIntl = createIntl;
25
- //# sourceMappingURL=plugin.js.map
package/provider.js CHANGED
@@ -14,4 +14,3 @@ function useIntl() {
14
14
  }
15
15
  return intl;
16
16
  }
17
- //# sourceMappingURL=provider.js.map