2 Commits

Author SHA1 Message Date
Chris Daßler
cdc57e5212 Update peer dependency to support React Native >=0.78.0
- Bump version to 1.1.0-beta.6
- Change @react-native/metro-config peer dependency from >=0.79.0 to >=0.78.0
- This allows the package to work with React Native 0.78.x projects

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-17 12:01:38 +02:00
Chris Daßler
d6be6ec309 Update @react-native/metro-config peer dependency to >=0.79.0
Changed from >=0.79.4 to >=0.79.0 to avoid frequent updates.
This supports React Native 0.79.x series including 0.79.6.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-11 14:04:04 +02:00

View File

@@ -1,6 +1,6 @@
{
"name": "@metatrom/ior-resolver",
"version": "1.1.0-beta.4",
"version": "1.1.0-beta.6",
"description": "Interoperable Object Reference (IOR) resolver for Metro bundler and Node.js with support for local and remote component fetching",
"main": "index.js",
"types": "index.d.ts",
@@ -60,7 +60,7 @@
"sync-fetch": "^0.5.2"
},
"peerDependencies": {
"@react-native/metro-config": ">=0.79.4"
"@react-native/metro-config": ">=0.78.0"
},
"peerDependenciesMeta": {
"@react-native/metro-config": {