@intlayer/use-intl 9.0.0-canary.3 → 9.0.0-canary.4
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/package.json +11 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/use-intl",
|
|
3
|
-
"version": "9.0.0-canary.
|
|
3
|
+
"version": "9.0.0-canary.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "use-intl API adapter for intlayer — useTranslations, useLocale, useFormatter, IntlProvider, createTranslator backed by react-intlayer",
|
|
6
6
|
"keywords": [
|
|
@@ -35,27 +35,23 @@
|
|
|
35
35
|
"exports": {
|
|
36
36
|
".": {
|
|
37
37
|
"types": "./dist/types/index.d.ts",
|
|
38
|
-
"require": "./dist/cjs/index.cjs",
|
|
39
38
|
"import": "./dist/esm/index.mjs"
|
|
40
39
|
},
|
|
41
40
|
"./core": {
|
|
42
41
|
"types": "./dist/types/core/index.d.ts",
|
|
43
|
-
"require": "./dist/cjs/core/index.cjs",
|
|
44
42
|
"import": "./dist/esm/core/index.mjs"
|
|
45
43
|
},
|
|
46
44
|
"./react": {
|
|
47
45
|
"types": "./dist/types/client/index.d.ts",
|
|
48
|
-
"require": "./dist/cjs/client/index.cjs",
|
|
49
46
|
"import": "./dist/esm/client/index.mjs"
|
|
50
47
|
},
|
|
51
48
|
"./plugin": {
|
|
52
49
|
"types": "./dist/types/plugin/index.d.ts",
|
|
53
|
-
"require": "./dist/cjs/plugin/index.cjs",
|
|
54
50
|
"import": "./dist/esm/plugin/index.mjs"
|
|
55
51
|
},
|
|
56
52
|
"./package.json": "./package.json"
|
|
57
53
|
},
|
|
58
|
-
"main": "dist/
|
|
54
|
+
"main": "dist/esm/index.mjs",
|
|
59
55
|
"module": "dist/esm/index.mjs",
|
|
60
56
|
"types": "dist/types/index.d.ts",
|
|
61
57
|
"typesVersions": {
|
|
@@ -93,16 +89,16 @@
|
|
|
93
89
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
94
90
|
},
|
|
95
91
|
"dependencies": {
|
|
96
|
-
"@intlayer/chokidar": "9.0.0-canary.
|
|
97
|
-
"@intlayer/config": "9.0.0-canary.
|
|
98
|
-
"@intlayer/core": "9.0.0-canary.
|
|
99
|
-
"@intlayer/dictionaries-entry": "9.0.0-canary.
|
|
100
|
-
"@intlayer/types": "9.0.0-canary.
|
|
101
|
-
"react-intlayer": "9.0.0-canary.
|
|
102
|
-
"vite-intlayer": "9.0.0-canary.
|
|
92
|
+
"@intlayer/chokidar": "9.0.0-canary.4",
|
|
93
|
+
"@intlayer/config": "9.0.0-canary.4",
|
|
94
|
+
"@intlayer/core": "9.0.0-canary.4",
|
|
95
|
+
"@intlayer/dictionaries-entry": "9.0.0-canary.4",
|
|
96
|
+
"@intlayer/types": "9.0.0-canary.4",
|
|
97
|
+
"react-intlayer": "9.0.0-canary.4",
|
|
98
|
+
"vite-intlayer": "9.0.0-canary.4"
|
|
103
99
|
},
|
|
104
100
|
"devDependencies": {
|
|
105
|
-
"@types/node": "25.9.
|
|
101
|
+
"@types/node": "25.9.4",
|
|
106
102
|
"@types/react": "19.2.17",
|
|
107
103
|
"@utils/ts-config": "1.0.4",
|
|
108
104
|
"@utils/ts-config-types": "1.0.4",
|
|
@@ -111,7 +107,7 @@
|
|
|
111
107
|
"tsdown": "0.21.10",
|
|
112
108
|
"typescript": "6.0.3",
|
|
113
109
|
"use-intl": "4.13.0",
|
|
114
|
-
"vite": "8.0
|
|
110
|
+
"vite": "8.1.0",
|
|
115
111
|
"vitest": "4.1.9"
|
|
116
112
|
},
|
|
117
113
|
"peerDependencies": {
|