@goliapkg/sentori-expo 0.1.2 → 0.2.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 +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goliapkg/sentori-expo",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Expo adapter for Sentori
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "Expo adapter for Sentori — Config Plugin marker, expo-application auto-config, EAS post-build helper. Built on @goliapkg/sentori-react-native.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://sentori.golia.jp",
|
|
7
7
|
"repository": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"prepack": "bun run build"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@goliapkg/sentori-react-native": ">=
|
|
47
|
+
"@goliapkg/sentori-react-native": ">=1.1.0",
|
|
48
48
|
"expo": ">=50",
|
|
49
49
|
"expo-application": ">=5",
|
|
50
50
|
"react-native": ">=0.74"
|