@goliapkg/sentori-expo 1.0.0 → 3.0.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/README.md +5 -0
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -109,3 +109,8 @@ bun add -D @goliapkg/sentori-cli
|
|
|
109
109
|
The full feature list (breadcrumbs, capture, network instrumentation,
|
|
110
110
|
native crash capture) lives in `@goliapkg/sentori-react-native` —
|
|
111
111
|
`-expo` only adds the auto-config + EAS plumbing.
|
|
112
|
+
|
|
113
|
+
## License
|
|
114
|
+
|
|
115
|
+
Dual-licensed under [Apache-2.0](../../LICENSE-APACHE) OR
|
|
116
|
+
[MIT](../../LICENSE-MIT).
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goliapkg/sentori-expo",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Expo adapter for Sentori — Config Plugin marker, expo-application auto-config, EAS post-build helper. Built on @goliapkg/sentori-react-native.",
|
|
5
|
-
"license": "MIT",
|
|
5
|
+
"license": "Apache-2.0 OR MIT",
|
|
6
|
+
"author": "GOLIA K.K. <takagi@golia.jp> (https://golia.jp)",
|
|
6
7
|
"homepage": "https://sentori.golia.jp",
|
|
7
8
|
"repository": {
|
|
8
9
|
"type": "git",
|
|
@@ -44,7 +45,7 @@
|
|
|
44
45
|
"prepack": "bun run build"
|
|
45
46
|
},
|
|
46
47
|
"peerDependencies": {
|
|
47
|
-
"@goliapkg/sentori-react-native": ">=
|
|
48
|
+
"@goliapkg/sentori-react-native": ">=2.0.0",
|
|
48
49
|
"expo": ">=50",
|
|
49
50
|
"expo-application": ">=5",
|
|
50
51
|
"react-native": ">=0.74"
|