@ankhorage/orchestrator-module-expo-localization 0.6.4 → 0.6.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ankhorage/orchestrator-module-expo-localization
2
2
 
3
+ ## 0.6.5
4
+
5
+ ### Patch Changes
6
+
7
+ - c40bc1c: Align the Expo SDK 57 consumer and managed tooling with the current Ankhorage releases.
8
+
3
9
  ## 0.6.4
4
10
 
5
11
  ### 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",
4
+ "version": "0.6.5",
5
5
  "description": "Expo localization module for @ankhorage/orchestrator.",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -60,7 +60,7 @@
60
60
  "knip:check": "ankhorage-knip"
61
61
  },
62
62
  "dependencies": {
63
- "@ankhorage/expo-runtime": "^3.2.7",
63
+ "@ankhorage/expo-runtime": "^3.2.12",
64
64
  "@ankhorage/orchestrator": "^0.3.2"
65
65
  },
66
66
  "peerDependencies": {
@@ -76,16 +76,16 @@
76
76
  }
77
77
  },
78
78
  "devDependencies": {
79
- "@ankhorage/devtools": "^1.10.7",
80
- "@ankhorage/zora": "^4.0.0",
81
- "@types/bun": "^1.4.0",
79
+ "@ankhorage/devtools": "^1.11.6",
80
+ "@ankhorage/zora": "^4.2.0",
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.0",
88
+ "packageManager": "bun@1.4.2",
89
89
  "publishConfig": {
90
90
  "access": "public"
91
91
  }