File tree Expand file tree Collapse file tree 9 files changed +7466
-5389
lines changed
anoncreds-react-native-example Expand file tree Collapse file tree 9 files changed +7466
-5389
lines changed Original file line number Diff line number Diff line change @@ -207,25 +207,25 @@ jobs:
207207
208208 steps :
209209 - name : Checkout
210- uses : actions/checkout@v3
210+ uses : actions/checkout@v4
211211
212212 - name : Set up Node.JS 18.x
213- uses : actions/setup-node@v3
213+ uses : actions/setup-node@v4
214214 with :
215215 node-version : 18.x
216216 registry-url : " https://registry.npmjs.org/"
217217
218- - uses : pnpm/action-setup@v2
218+ - uses : pnpm/action-setup@v4
219219 with :
220- version : 8
220+ version : 9
221221
222222 - name : Fetch library artifacts
223223 uses : actions/download-artifact@v3
224224 with :
225225 name : library-linux-x86_64
226226
227227 - name : Install dependencies
228- run : pnpm install
228+ run : pnpm install --frozen-lockfile
229229
230230 - name : Build JavaScript Wrapper
231231 run : pnpm build
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "npmClient" : " pnpm" ,
55 "command" : {
66 "version" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @hyperledger/anoncreds-nodejs" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " Nodejs wrapper for Anoncreds" ,
66 "main" : " build/index" ,
Original file line number Diff line number Diff line change 11{
2- "extends" : " ./tsconfig.json" ,
2+ "extends" : " ../.. /tsconfig.json" ,
33 "compilerOptions" : {
44 "types" : [" node" ]
55 }
Original file line number Diff line number Diff line change 11{
22 "name" : " anoncreds-react-native-example" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 0.2.3 " ,
44 "main" : " ./src/index.js" ,
55 "scripts" : {
66 "start" : " expo start" ,
1111 "dependencies" : {
1212 "@hyperledger/anoncreds-react-native" : " workspace:*" ,
1313 "expo" : " ~49.0.10" ,
14+ "expo-splash-screen" : " ~0.26.4" ,
1415 "expo-status-bar" : " ~1.11.1" ,
1516 "react" : " 18.2.0" ,
16- "react-native" : " 0.73.4" ,
17- "expo-splash-screen" : " ~0.26.4"
17+ "react-native" : " 0.73.4"
1818 },
1919 "devDependencies" : {
2020 "@babel/core" : " ^7.20.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @hyperledger/anoncreds-react-native" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " React Native wrapper for Anoncreds" ,
66 "main" : " build/index" ,
Original file line number Diff line number Diff line change 11{
2- "extends" : " ./tsconfig.json" ,
2+ "extends" : " ../.. /tsconfig.json" ,
33 "compilerOptions" : {
44 "outDir" : " ./build" ,
55 "types" : [" react-native" ]
Original file line number Diff line number Diff line change 11{
22 "name" : " @hyperledger/anoncreds-shared" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " Anoncreds wrapper library with NodeJS and React Native" ,
66 "main" : " build/index" ,
You can’t perform that action at this time.
0 commit comments