Skip to content

Commit e53ebfb

Browse files
Merge pull request #358 from velocitycareerlabs/VL-7806,VL-7806-v2.7.2
chore: v2.7.2
2 parents 95956ff + e527fef commit e53ebfb

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ dependencies {
9292
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
9393

9494
//--------- Must: be added:
95-
implementation "io.velocitycareerlabs:vcl:2.7.1"
95+
implementation "io.velocitycareerlabs:vcl:2.7.2"
9696
implementation 'com.nimbusds:nimbus-jose-jwt:10.0.1'
97-
implementation "androidx.security:security-crypto:1.1.0-alpha06"
97+
implementation "androidx.security:security-crypto:1.1.0-alpha07"
9898
//-------------------------
9999
}
100100

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,12 +1054,12 @@ PODS:
10541054
- React-logger (= 0.73.6)
10551055
- React-perflogger (= 0.73.6)
10561056
- SocketRocket (0.6.1)
1057-
- VCL (2.7.1)
1058-
- velocitycareerlabs-vcl-react-native (2.7.1):
1057+
- VCL (2.7.2)
1058+
- velocitycareerlabs-vcl-react-native (2.7.2):
10591059
- glog
10601060
- RCT-Folly (= 2022.05.16.00)
10611061
- React-Core
1062-
- VCL (= 2.7.1)
1062+
- VCL (= 2.7.2)
10631063
- Yoga (1.14.0)
10641064

10651065
DEPENDENCIES:
@@ -1276,8 +1276,8 @@ SPEC CHECKSUMS:
12761276
React-utils: 288c9cb9a73bb150c273c84df7c2f8546f28e23f
12771277
ReactCommon: 2e5492a3e3a8e72d635c266405e49d12627e5bf0
12781278
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
1279-
VCL: c3b7e075776bbbb1f3632f0533d9b44faeafc646
1280-
velocitycareerlabs-vcl-react-native: e0d49c576438d8f2b4d8f471028ae9f3e3ed5eef
1279+
VCL: 4f0ecc3b624e34ec0395f9738aabd93d7369240b
1280+
velocitycareerlabs-vcl-react-native: a4f3df0dece79f9c6a0fcf2d8e376871e9dc5590
12811281
Yoga: 805bf71192903b20fc14babe48080582fee65a80
12821282

12831283
PODFILE CHECKSUM: dda665d1488c2a02df92eccd852bd6de0cd38761

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@velocitycareerlabs/vcl-react-native",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"description": "Velocity Career Labs React Native SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

src/api/entities/VCLPresentationRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ export interface VCLPresentationRequest {
1818
presentationDefinitionId: string;
1919
iss: string;
2020
didJwk: VCLDidJwk;
21-
feed: boolean;
21+
feed?: boolean;
2222
remoteCryptoServicesToken?: VCLToken;
2323
}

velocitycareerlabs-vcl-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515

1616
s.source_files = "ios/**/*.{h,m,mm,swift}"
1717

18-
s.dependency "VCL", "2.7.1"
18+
s.dependency "VCL", "2.7.2"
1919

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

0 commit comments

Comments
 (0)