@lingui/format-po 4.6.0 → 4.7.1

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
@@ -71,7 +71,7 @@ export type PoFormatterOptions = {
71
71
  *
72
72
  * Set this option to true if you exclusively use explicit-ids in your project.
73
73
  *
74
- * https://lingui.dev/tutorials/react-patterns#using-custom-id
74
+ * https://lingui.dev/tutorials/explicit-vs-generated-ids#using-custom-id
75
75
  *
76
76
  * @default false
77
77
  */
package/dist/po.d.cts CHANGED
@@ -28,7 +28,7 @@ type PoFormatterOptions = {
28
28
  *
29
29
  * Set this option to true if you exclusively use explicit-ids in your project.
30
30
  *
31
- * https://lingui.dev/tutorials/react-patterns#using-custom-id
31
+ * https://lingui.dev/tutorials/explicit-vs-generated-ids#using-custom-id
32
32
  *
33
33
  * @default false
34
34
  */
package/dist/po.d.mts CHANGED
@@ -28,7 +28,7 @@ type PoFormatterOptions = {
28
28
  *
29
29
  * Set this option to true if you exclusively use explicit-ids in your project.
30
30
  *
31
- * https://lingui.dev/tutorials/react-patterns#using-custom-id
31
+ * https://lingui.dev/tutorials/explicit-vs-generated-ids#using-custom-id
32
32
  *
33
33
  * @default false
34
34
  */
package/dist/po.d.ts CHANGED
@@ -28,7 +28,7 @@ type PoFormatterOptions = {
28
28
  *
29
29
  * Set this option to true if you exclusively use explicit-ids in your project.
30
30
  *
31
- * https://lingui.dev/tutorials/react-patterns#using-custom-id
31
+ * https://lingui.dev/tutorials/explicit-vs-generated-ids#using-custom-id
32
32
  *
33
33
  * @default false
34
34
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/format-po",
3
- "version": "4.6.0",
3
+ "version": "4.7.1",
4
4
  "description": "Gettext PO format for Lingui Catalogs",
5
5
  "main": "./dist/po.cjs",
6
6
  "module": "./dist/po.mjs",
@@ -41,8 +41,8 @@
41
41
  "dist/"
42
42
  ],
43
43
  "dependencies": {
44
- "@lingui/conf": "4.6.0",
45
- "@lingui/message-utils": "4.6.0",
44
+ "@lingui/conf": "4.7.1",
45
+ "@lingui/message-utils": "4.7.1",
46
46
  "date-fns": "^2.29.3",
47
47
  "pofile": "^1.1.4"
48
48
  },
@@ -52,5 +52,5 @@
52
52
  "tsd": "^0.28.0",
53
53
  "unbuild": "2.0.0"
54
54
  },
55
- "gitHead": "2afa0efb2d0cd1d47adc76e1eec9f5e57e34ae18"
55
+ "gitHead": "49647102dbbd7046a2c318ba0525c1392e370076"
56
56
  }