next-intl 4.12.0 → 4.13.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.
@@ -19,7 +19,7 @@ export default interface ExtractorCodec {
19
19
  * Turns the content of a file into a JSON string that represents extracted
20
20
  * messages. The returned value will be passed to `JSON.parse`.
21
21
  *
22
- * @return E.g. `[{"id":"+YJVTi","message":"Hey!"}]`
22
+ * @return E.g. `[{"id":"-YJVTi","message":"Hey!"}]`
23
23
  *
24
24
  * This is used when loading messages into your application, typically via a
25
25
  * dynamic import (e.g. `import(`../messages/${locale}.json`)`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intl",
3
- "version": "4.12.0",
3
+ "version": "4.13.0",
4
4
  "sideEffects": false,
5
5
  "author": "Jan Amann <jan@amann.work>",
6
6
  "funding": [
@@ -127,11 +127,11 @@
127
127
  "@formatjs/intl-localematcher": "^0.8.1",
128
128
  "@parcel/watcher": "^2.4.1",
129
129
  "@swc/core": "^1.15.2",
130
- "icu-minify": "^4.12.0",
130
+ "icu-minify": "^4.13.0",
131
131
  "negotiator": "^1.0.0",
132
- "next-intl-swc-plugin-extractor": "^4.12.0",
132
+ "next-intl-swc-plugin-extractor": "^4.13.0",
133
133
  "po-parser": "^2.1.1",
134
- "use-intl": "^4.12.0"
134
+ "use-intl": "^4.13.0"
135
135
  },
136
136
  "peerDependencies": {
137
137
  "next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
@@ -142,5 +142,5 @@
142
142
  "optional": true
143
143
  }
144
144
  },
145
- "gitHead": "d7bf7af5f882da3ccff30fddaa7fc6dd9a5573c2"
145
+ "gitHead": "3e013c402ee54f247bffd1e55ca1c8d06ca8eaa7"
146
146
  }