@rn-bridge-tools/expo 0.0.1 → 0.0.2
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rn-bridge-tools/expo",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Expo/React Native WebView bridge component and handlers for bridge-tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -21,16 +21,8 @@
|
|
|
21
21
|
"files": [
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build": "tsup",
|
|
26
|
-
"dev": "tsup --watch",
|
|
27
|
-
"test": "vitest run",
|
|
28
|
-
"lint": "eslint src/",
|
|
29
|
-
"typecheck": "tsc --noEmit",
|
|
30
|
-
"clean": "rm -rf dist"
|
|
31
|
-
},
|
|
32
24
|
"dependencies": {
|
|
33
|
-
"@rn-bridge-tools/core": "
|
|
25
|
+
"@rn-bridge-tools/core": "0.0.2"
|
|
34
26
|
},
|
|
35
27
|
"peerDependencies": {
|
|
36
28
|
"@react-native-async-storage/async-storage": "*",
|
|
@@ -104,5 +96,13 @@
|
|
|
104
96
|
"tsup": "^8.3.0",
|
|
105
97
|
"typescript": "^5.7.0",
|
|
106
98
|
"vitest": "^2.1.0"
|
|
99
|
+
},
|
|
100
|
+
"scripts": {
|
|
101
|
+
"build": "tsup",
|
|
102
|
+
"dev": "tsup --watch",
|
|
103
|
+
"test": "vitest run",
|
|
104
|
+
"lint": "eslint src/",
|
|
105
|
+
"typecheck": "tsc --noEmit",
|
|
106
|
+
"clean": "rm -rf dist"
|
|
107
107
|
}
|
|
108
|
-
}
|
|
108
|
+
}
|