react-native-intlayer 7.1.0 → 7.1.1-canary.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/package.json +8 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-intlayer",
|
|
3
|
-
"version": "7.1.0",
|
|
3
|
+
"version": "7.1.1-canary.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A React Native plugin for seamless internationalization (i18n), providing locale detection, redirection, and environment-based configuration",
|
|
6
6
|
"keywords": [
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@intlayer/chokidar": "7.1.0",
|
|
90
|
-
"@intlayer/config": "7.1.0",
|
|
91
|
-
"@intlayer/core": "7.1.0",
|
|
92
|
-
"@intlayer/types": "7.1.0",
|
|
93
|
-
"react-intlayer": "7.1.0"
|
|
89
|
+
"@intlayer/chokidar": "7.1.1-canary.0",
|
|
90
|
+
"@intlayer/config": "7.1.1-canary.0",
|
|
91
|
+
"@intlayer/core": "7.1.1-canary.0",
|
|
92
|
+
"@intlayer/types": "7.1.1-canary.0",
|
|
93
|
+
"react-intlayer": "7.1.1-canary.0"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@types/node": "24.10.1",
|
|
@@ -102,19 +102,15 @@
|
|
|
102
102
|
"metro-resolver": "0.82.0",
|
|
103
103
|
"react": ">=18.0.0",
|
|
104
104
|
"rimraf": "6.1.0",
|
|
105
|
-
"tsdown": "0.16.
|
|
105
|
+
"tsdown": "0.16.5",
|
|
106
106
|
"typescript": "5.9.3",
|
|
107
107
|
"vitest": "4.0.8"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
|
-
"@intlayer/chokidar": "7.1.0",
|
|
111
|
-
"@intlayer/config": "7.1.0",
|
|
112
|
-
"@intlayer/core": "7.1.0",
|
|
113
|
-
"@intlayer/types": "7.1.0",
|
|
114
110
|
"expo": ">=52",
|
|
115
111
|
"metro-resolver": ">=0.80",
|
|
116
112
|
"react": ">=18.0.0",
|
|
117
|
-
"react-intlayer": "7.1.0"
|
|
113
|
+
"react-intlayer": "7.1.1-canary.0"
|
|
118
114
|
},
|
|
119
115
|
"engines": {
|
|
120
116
|
"node": ">=14.18"
|