@ankhorage/orchestrator-module-expo-localization 0.6.1 → 0.6.3
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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @ankhorage/orchestrator-module-expo-localization
|
|
2
2
|
|
|
3
|
+
## 0.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3269ec2: Update Ankhorage dependencies: `@ankhorage/zora`.
|
|
8
|
+
|
|
9
|
+
## 0.6.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- faad8fd: Update the Expo Runtime dependency to the current compatible release.
|
|
14
|
+
|
|
3
15
|
## 0.6.1
|
|
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.3",
|
|
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.5",
|
|
64
64
|
"@ankhorage/orchestrator": "^0.3.1"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@ankhorage/zora": "^
|
|
67
|
+
"@ankhorage/zora": "^4.0.0",
|
|
68
68
|
"react": ">=18.2.0"
|
|
69
69
|
},
|
|
70
70
|
"peerDependenciesMeta": {
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@ankhorage/devtools": "^1.9.
|
|
80
|
-
"@ankhorage/zora": "^
|
|
79
|
+
"@ankhorage/devtools": "^1.9.3",
|
|
80
|
+
"@ankhorage/zora": "^4.0.0",
|
|
81
81
|
"@types/bun": "^1.4.0",
|
|
82
82
|
"@types/node": "^24.13.3",
|
|
83
83
|
"@types/react": "^19.2.14",
|