@wordpress/react-i18n 4.36.1-next.8fd3f8831.0 → 4.37.1-next.06ee73755.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.
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2025 by the contributors
3
+ Copyright 2016-2026 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
@@ -42,4 +42,4 @@ export {
42
42
  useI18n,
43
43
  withI18n
44
44
  };
45
- //# sourceMappingURL=index.js.map
45
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/react-i18n",
3
- "version": "4.36.1-next.8fd3f8831.0",
3
+ "version": "4.37.1-next.06ee73755.0",
4
4
  "description": "React bindings for @wordpress/i18n.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -29,13 +29,12 @@
29
29
  "build-types",
30
30
  "*.md"
31
31
  ],
32
- "type": "module",
33
32
  "main": "build/index.cjs",
34
- "module": "build-module/index.js",
33
+ "module": "build-module/index.mjs",
35
34
  "exports": {
36
35
  ".": {
37
36
  "types": "./build-types/index.d.ts",
38
- "import": "./build-module/index.js",
37
+ "import": "./build-module/index.mjs",
39
38
  "require": "./build/index.cjs"
40
39
  },
41
40
  "./package.json": "./package.json"
@@ -45,12 +44,12 @@
45
44
  "types": "build-types",
46
45
  "sideEffects": false,
47
46
  "dependencies": {
48
- "@wordpress/element": "^6.36.1-next.8fd3f8831.0",
49
- "@wordpress/i18n": "^6.9.1-next.8fd3f8831.0",
47
+ "@wordpress/element": "^6.37.1-next.06ee73755.0",
48
+ "@wordpress/i18n": "^6.10.1-next.06ee73755.0",
50
49
  "utility-types": "^3.10.0"
51
50
  },
52
51
  "publishConfig": {
53
52
  "access": "public"
54
53
  },
55
- "gitHead": "e582b351bc4c4b8734bb087f63a3beec9875c3c7"
54
+ "gitHead": "fd315436f44683a993d5f053789b5279d95b2872"
56
55
  }
File without changes