@reclaimprotocol/inapp-rn-sdk 0.9.3-alpha.1 → 0.9.3-alpha.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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reclaimprotocol/inapp-rn-sdk",
|
|
3
|
-
"version": "0.9.3-alpha.
|
|
3
|
+
"version": "0.9.3-alpha.2",
|
|
4
4
|
"description": "Reclaim Protocol's InApp React Native SDK for ZK proof generations for requests with an in-app experience of web verification",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"ios:gen:specs": "cd user-workspace/ios && bundle install && bundle exec pod install",
|
|
49
49
|
"gen:specs": "npx react-native codegen",
|
|
50
50
|
"clean": "del-cli android/build user-workspace/android/build user-workspace/android/app/build user-workspace/ios/build lib",
|
|
51
|
-
"prepare": "bob build &&
|
|
52
|
-
"prepack": "bob build &&
|
|
51
|
+
"prepare": "bob build && npm run build:expo:plugin",
|
|
52
|
+
"prepack": "bob build && npm run build:expo:plugin",
|
|
53
53
|
"build:expo:plugin": "tsc -p ./expo-plugin/tsconfig.json",
|
|
54
54
|
"release": "release-it"
|
|
55
55
|
},
|