@ankhorage/orchestrator-module-expo-localization 0.6.4 → 0.6.6
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/CHANGELOG.md +12 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @ankhorage/orchestrator-module-expo-localization
|
|
2
2
|
|
|
3
|
+
## 0.6.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 674db88: Update Ankhorage dependencies: `@ankhorage/zora`.
|
|
8
|
+
|
|
9
|
+
## 0.6.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- c40bc1c: Align the Expo SDK 57 consumer and managed tooling with the current Ankhorage releases.
|
|
14
|
+
|
|
3
15
|
## 0.6.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"license": "MIT",
|
|
3
3
|
"name": "@ankhorage/orchestrator-module-expo-localization",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.6",
|
|
5
5
|
"description": "Expo localization module for @ankhorage/orchestrator.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"knip:check": "ankhorage-knip"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@ankhorage/expo-runtime": "^3.2.
|
|
63
|
+
"@ankhorage/expo-runtime": "^3.2.12",
|
|
64
64
|
"@ankhorage/orchestrator": "^0.3.2"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@ankhorage/zora": "^4.
|
|
67
|
+
"@ankhorage/zora": "^4.2.2",
|
|
68
68
|
"react": ">=18.2.0"
|
|
69
69
|
},
|
|
70
70
|
"peerDependenciesMeta": {
|
|
@@ -76,16 +76,16 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@ankhorage/devtools": "^1.
|
|
80
|
-
"@ankhorage/zora": "^4.
|
|
81
|
-
"@types/bun": "^1.4.
|
|
79
|
+
"@ankhorage/devtools": "^1.12.0",
|
|
80
|
+
"@ankhorage/zora": "^4.2.2",
|
|
81
|
+
"@types/bun": "^1.4.1",
|
|
82
82
|
"@types/node": "^24.13.3",
|
|
83
83
|
"@types/react": "^19.2.14",
|
|
84
84
|
"react": "19.2.3",
|
|
85
85
|
"react-native": "0.86.2",
|
|
86
86
|
"typescript": "~6.0.3"
|
|
87
87
|
},
|
|
88
|
-
"packageManager": "bun@1.4.
|
|
88
|
+
"packageManager": "bun@1.4.2",
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
91
91
|
}
|