@lingui/extractor-vue 4.8.0-next.0 → 4.8.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -44,7 +44,7 @@ This package is licensed under [MIT][license] license.
44
44
 
45
45
  [license]: https://github.com/lingui/js-lingui/blob/main/LICENSE
46
46
  [linguijs]: https://github.com/lingui/js-lingui
47
- [documentation]: https://lingui.dev/tutorials/extractor-vue
47
+ [documentation]: https://lingui.dev/ref/extractor-vue
48
48
  [package]: https://www.npmjs.com/package/@lingui/extractor-vue
49
49
  [badge-downloads]: https://img.shields.io/npm/dw/@lingui/extractor-vue.svg
50
50
  [badge-version]: https://img.shields.io/npm/v/@lingui/extractor-vue.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/extractor-vue",
3
- "version": "4.8.0-next.0",
3
+ "version": "4.8.0",
4
4
  "description": "Custom Vue.js extractor to be used with the CLI tool",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -38,13 +38,13 @@
38
38
  "/dist"
39
39
  ],
40
40
  "dependencies": {
41
- "@lingui/cli": "^4.8.0-next.0",
42
- "@lingui/conf": "^4.8.0-next.0",
41
+ "@lingui/cli": "4.8.0",
42
+ "@lingui/conf": "4.8.0",
43
43
  "@vue/compiler-sfc": "^3.2.47"
44
44
  },
45
45
  "devDependencies": {
46
- "@lingui/babel-plugin-extract-messages": "^4.8.0-next.0",
46
+ "@lingui/babel-plugin-extract-messages": "4.8.0",
47
47
  "unbuild": "2.0.0"
48
48
  },
49
- "gitHead": "d085ac65d66ce6c2f866b703b6346e53ff0bf6b3"
49
+ "gitHead": "1b3a1209b06e9a6b6820ce54064da87052c21fa5"
50
50
  }