Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.23.0 #127

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies {

// VCL:
implementation "com.nimbusds:nimbus-jose-jwt:9.35"
implementation "io.velocitycareerlabs:vcl:1.22.2"
implementation "io.velocitycareerlabs:vcl:1.23.0"
}

if (isNewArchitectureEnabled()) {
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -486,11 +486,11 @@ PODS:
- React-logger (= 0.72.4)
- React-perflogger (= 0.72.4)
- SocketRocket (0.6.1)
- VCL (1.22.2)
- velocitycareerlabs-vcl-react-native (1.22.2):
- VCL (1.23.0)
- velocitycareerlabs-vcl-react-native (1.23.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- VCL (= 1.22.2)
- VCL (= 1.23.0)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
Expand Down Expand Up @@ -715,8 +715,8 @@ SPEC CHECKSUMS:
React-utils: b79f2411931f9d3ea5781404dcbb2fa8a837e13a
ReactCommon: 4b2bdcb50a3543e1c2b2849ad44533686610826d
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VCL: 40253a8e0053c59157de290022d589a91f105876
velocitycareerlabs-vcl-react-native: e2b42a7d3fcc03053536c5f86c32445936ec9f0f
VCL: cd8373c778b985383d58d8059ec8369859b1fe43
velocitycareerlabs-vcl-react-native: d13212444ff10e1cf309accefff9e393848f8cf5
Yoga: 3efc43e0d48686ce2e8c60f99d4e6bd349aff981
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velocitycareerlabs/vcl-react-native",
"version": "1.22.2",
"version": "1.23.0",
"description": "Velocity Career Labs React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 2 additions & 0 deletions src/api/entities/error/VCLErrorCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ export enum VCLErrorCode {
MismatchedOfferIssuerDid = 'mismatched_offer_issuer_did',
MismatchedCredentialIssuerDid = 'mismatched_credential_issuer_did',
MismatchedPresentationRequestInspectorDid = 'mismatched_presentation_request_inspector_did',
// General error
SdkError = 'sdk_error',
}
2 changes: 1 addition & 1 deletion velocitycareerlabs-vcl-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
# https://github.com/CocoaPods/CocoaPods/issues/7234#issuecomment-346136322
# s.static_framework = true

s.dependency "VCL", "1.22.2"
s.dependency "VCL", "1.23.0"

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down
Loading