Skip to content

Commit 6ff5dbb

Browse files
authored
feat: upgrade credo ts -> 0.6.3 (#1819)
Signed-off-by: Alfred Rosenthal <alfred.k.rosenthal@gmail.com> Signed-off-by: Bryce McMath <bryce.j.mcmath@gmail.com>
1 parent a9428ed commit 6ff5dbb

43 files changed

Lines changed: 366 additions & 376 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/soft-tables-cut.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@bifold/react-hooks': patch
3+
'@bifold/remote-logs': patch
4+
'@bifold/verifier': patch
5+
'@bifold/core': patch
6+
'@bifold/oca': patch
7+
---
8+
9+
updated credo ts packages to 0.6.3

.yarn/patches/@hyperledger-indy-vdr-react-native-npm-0.2.3-d7ed0b15da.patch renamed to .yarn/patches/@hyperledger-indy-vdr-react-native-npm-0.2.4-d7ed0b15da.patch

File renamed without changes.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"resolutions": {
5353
"@unimodules/react-native-adapter": "./noop",
5454
"@unimodules/core": "./noop",
55-
"@openwallet-foundation/askar-shared": "0.5.0-alpha-20260121132554",
55+
"@openwallet-foundation/askar-shared": "0.6.0",
5656
"tsyringe": "4.8.0",
5757
"expo": "~54.0.31",
5858
"expo-secure-store": "~15.0.8",
@@ -65,15 +65,15 @@
6565
"elliptic": "6.6.1",
6666
"@types/react": "19.1.0",
6767
"react-native-vision-camera": "4.7.3",
68-
"@credo-ts/core": "0.6.1",
69-
"@credo-ts/anoncreds": "0.6.1",
70-
"@credo-ts/indy-vdr": "0.6.1",
71-
"@credo-ts/node": "0.6.1",
72-
"@credo-ts/askar": "0.6.1",
73-
"@credo-ts/openid4vc": "0.6.1",
74-
"@credo-ts/react-native": "0.6.1",
68+
"@credo-ts/core": "0.6.3",
69+
"@credo-ts/anoncreds": "0.6.3",
70+
"@credo-ts/indy-vdr": "0.6.3",
71+
"@credo-ts/node": "0.6.3",
72+
"@credo-ts/askar": "0.6.3",
73+
"@credo-ts/openid4vc": "0.6.3",
74+
"@credo-ts/react-native": "0.6.3",
7575
"@sphereon/ssi-types": "0.33.0",
76-
"@hyperledger/indy-vdr-react-native@npm:0.2.3": "patch:@hyperledger/indy-vdr-react-native@npm%3A0.2.3#~/.yarn/patches/@hyperledger-indy-vdr-react-native-npm-0.2.3-d7ed0b15da.patch",
76+
"@hyperledger/indy-vdr-react-native@npm:0.2.4": "patch:@hyperledger/indy-vdr-react-native@npm%3A0.2.4#~/.yarn/patches/@hyperledger-indy-vdr-react-native-npm-0.2.4-d7ed0b15da.patch",
7777
"@animo-id/pex@npm:4.1.1-alpha.0": "patch:@animo-id/pex@npm%3A4.1.1-alpha.0#~/.yarn/patches/@animo-id-pex-npm-4.1.1-alpha.0-f29edfffa2.patch",
7878
"@sphereon/pex@npm:5.0.0-unstable.24": "patch:@sphereon/pex@npm%3A5.0.0-unstable.24#~/.yarn/patches/@sphereon-pex-npm-5.0.0-unstable.24-921df3a8ac.patch"
7979
}

packages/core/__tests__/components/__snapshots__/Button.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ exports[`Button Component Primary renders correctly 1`] = `
6767
},
6868
false,
6969
false,
70-
false,
7170
],
7271
]
7372
}
@@ -146,7 +145,6 @@ exports[`Button Component Secondary renders correctly 1`] = `
146145
},
147146
false,
148147
false,
149-
false,
150148
],
151149
]
152150
}

packages/core/__tests__/components/__snapshots__/InfoBox.test.tsx.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ exports[`InfoBox Component Renders correctly as Error 1`] = `
261261
},
262262
false,
263263
false,
264-
false,
265264
],
266265
]
267266
}
@@ -537,7 +536,6 @@ exports[`InfoBox Component Renders correctly as Info 1`] = `
537536
},
538537
false,
539538
false,
540-
false,
541539
],
542540
]
543541
}
@@ -813,7 +811,6 @@ exports[`InfoBox Component Renders correctly as Success 1`] = `
813811
},
814812
false,
815813
false,
816-
false,
817814
],
818815
]
819816
}
@@ -1089,7 +1086,6 @@ exports[`InfoBox Component Renders correctly as Warning 1`] = `
10891086
},
10901087
false,
10911088
false,
1092-
false,
10931089
],
10941090
]
10951091
}

packages/core/__tests__/modals/__snapshots__/AlertModal.test.tsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ exports[`AlertModal Component Renders correctly 1`] = `
218218
},
219219
false,
220220
false,
221-
false,
222221
],
223222
]
224223
}

packages/core/__tests__/modals/__snapshots__/CameraDisclosureModal.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ exports[`CameraDisclosureModal Component Renders correctly 1`] = `
179179
},
180180
false,
181181
false,
182-
false,
183182
],
184183
]
185184
}
@@ -264,7 +263,6 @@ exports[`CameraDisclosureModal Component Renders correctly 1`] = `
264263
},
265264
false,
266265
false,
267-
false,
268266
],
269267
]
270268
}

packages/core/__tests__/modals/__snapshots__/CommonRemoveModal.test.tsx.snap

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ exports[`CommonRemoveModal Component Credential offer decline renders correctly
360360
},
361361
false,
362362
false,
363-
false,
364363
],
365364
]
366365
}
@@ -445,7 +444,6 @@ exports[`CommonRemoveModal Component Credential offer decline renders correctly
445444
},
446445
false,
447446
false,
448-
false,
449447
],
450448
]
451449
}
@@ -824,7 +822,6 @@ exports[`CommonRemoveModal Component Custom notification decline renders correct
824822
},
825823
false,
826824
false,
827-
false,
828825
],
829826
]
830827
}
@@ -909,7 +906,6 @@ exports[`CommonRemoveModal Component Custom notification decline renders correct
909906
},
910907
false,
911908
false,
912-
false,
913909
],
914910
]
915911
}
@@ -1298,7 +1294,6 @@ exports[`CommonRemoveModal Component Proof request decline renders correctly 1`]
12981294
},
12991295
false,
13001296
false,
1301-
false,
13021297
],
13031298
]
13041299
}
@@ -1383,7 +1378,6 @@ exports[`CommonRemoveModal Component Proof request decline renders correctly 1`]
13831378
},
13841379
false,
13851380
false,
1386-
false,
13871381
],
13881382
]
13891383
}
@@ -2035,7 +2029,6 @@ exports[`CommonRemoveModal Component Remove contact renders correctly 1`] = `
20352029
},
20362030
false,
20372031
false,
2038-
false,
20392032
],
20402033
]
20412034
}
@@ -2120,7 +2113,6 @@ exports[`CommonRemoveModal Component Remove contact renders correctly 1`] = `
21202113
},
21212114
false,
21222115
false,
2123-
false,
21242116
],
21252117
]
21262118
}
@@ -2482,7 +2474,6 @@ exports[`CommonRemoveModal Component Remove contact renders correctly2 1`] = `
24822474
},
24832475
false,
24842476
false,
2485-
false,
24862477
],
24872478
]
24882479
}
@@ -2567,7 +2558,6 @@ exports[`CommonRemoveModal Component Remove contact renders correctly2 1`] = `
25672558
},
25682559
false,
25692560
false,
2570-
false,
25712561
],
25722562
]
25732563
}
@@ -3300,7 +3290,6 @@ exports[`CommonRemoveModal Component Remove credential renders correctly 1`] = `
33003290
},
33013291
false,
33023292
false,
3303-
false,
33043293
],
33053294
]
33063295
}
@@ -3385,7 +3374,6 @@ exports[`CommonRemoveModal Component Remove credential renders correctly 1`] = `
33853374
},
33863375
false,
33873376
false,
3388-
false,
33893377
],
33903378
]
33913379
}
@@ -4037,7 +4025,6 @@ exports[`CommonRemoveModal Component Rerenders correctly when not visible 1`] =
40374025
},
40384026
false,
40394027
false,
4040-
false,
40414028
],
40424029
]
40434030
}
@@ -4122,7 +4109,6 @@ exports[`CommonRemoveModal Component Rerenders correctly when not visible 1`] =
41224109
},
41234110
false,
41244111
false,
4125-
false,
41264112
],
41274113
]
41284114
}

packages/core/__tests__/modals/__snapshots__/DismissiblePopupModal.test.tsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ exports[`DismissiblePopupModal Component Renders correctly with call to action 1
356356
},
357357
false,
358358
false,
359-
false,
360359
],
361360
]
362361
}

packages/core/__tests__/modals/__snapshots__/ErrorModal.test.tsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ exports[`ErrorModal Component Renders correctly 1`] = `
286286
},
287287
false,
288288
false,
289-
false,
290289
],
291290
]
292291
}

0 commit comments

Comments
 (0)