From a0e2b7a6e9ebab3f89769c801e6f64412702eb74 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Fri, 16 Sep 2022 11:08:19 +0200 Subject: [PATCH] Update `Package.resolved` --- .../live_kit/LiveKitBridge/Package.resolved | 95 ++++++++++--------- 1 file changed, 49 insertions(+), 46 deletions(-) diff --git a/crates/live_kit/LiveKitBridge/Package.resolved b/crates/live_kit/LiveKitBridge/Package.resolved index e95cffe979..b19e2980a4 100644 --- a/crates/live_kit/LiveKitBridge/Package.resolved +++ b/crates/live_kit/LiveKitBridge/Package.resolved @@ -1,49 +1,52 @@ { - "pins" : [ - { - "identity" : "client-sdk-swift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/livekit/client-sdk-swift.git", - "state" : { - "revision" : "5cc3c001779ab147199ce3ea0dce465b846368b4" + "object": { + "pins": [ + { + "package": "LiveKit", + "repositoryURL": "https://github.com/livekit/client-sdk-swift.git", + "state": { + "branch": null, + "revision": "5cc3c001779ab147199ce3ea0dce465b846368b4", + "version": null + } + }, + { + "package": "Promises", + "repositoryURL": "https://github.com/google/promises.git", + "state": { + "branch": null, + "revision": "3e4e743631e86c8c70dbc6efdc7beaa6e90fd3bb", + "version": "2.1.1" + } + }, + { + "package": "WebRTC", + "repositoryURL": "https://github.com/webrtc-sdk/Specs.git", + "state": { + "branch": null, + "revision": "5225f2de4b6d0098803b3a0e55b255a41f293dad", + "version": "104.5112.2" + } + }, + { + "package": "swift-log", + "repositoryURL": "https://github.com/apple/swift-log.git", + "state": { + "branch": null, + "revision": "6fe203dc33195667ce1759bf0182975e4653ba1c", + "version": "1.4.4" + } + }, + { + "package": "SwiftProtobuf", + "repositoryURL": "https://github.com/apple/swift-protobuf.git", + "state": { + "branch": null, + "revision": "b8230909dedc640294d7324d37f4c91ad3dcf177", + "version": "1.20.1" + } } - }, - { - "identity" : "promises", - "kind" : "remoteSourceControl", - "location" : "https://github.com/google/promises.git", - "state" : { - "revision" : "3e4e743631e86c8c70dbc6efdc7beaa6e90fd3bb", - "version" : "2.1.1" - } - }, - { - "identity" : "specs", - "kind" : "remoteSourceControl", - "location" : "https://github.com/webrtc-sdk/Specs.git", - "state" : { - "revision" : "5225f2de4b6d0098803b3a0e55b255a41f293dad", - "version" : "104.5112.2" - } - }, - { - "identity" : "swift-log", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-log.git", - "state" : { - "revision" : "6fe203dc33195667ce1759bf0182975e4653ba1c", - "version" : "1.4.4" - } - }, - { - "identity" : "swift-protobuf", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-protobuf.git", - "state" : { - "revision" : "b8230909dedc640294d7324d37f4c91ad3dcf177", - "version" : "1.20.1" - } - } - ], - "version" : 2 + ] + }, + "version": 1 }