From bada3dd33719a8b91843759babe5eba54b31a3d4 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Wed, 10 Apr 2024 13:10:53 +0200 Subject: [PATCH] update package resolved --- Package.resolved | 78 +++++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 40 deletions(-) diff --git a/Package.resolved b/Package.resolved index bec898756e..f64d2a1fed 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,43 +1,41 @@ { - "object": { - "pins": [ - { - "package": "CwlCatchException", - "repositoryURL": "https://github.com/mattgallagher/CwlCatchException.git", - "state": { - "branch": null, - "revision": "3b123999de19bf04905bc1dfdb76f817b0f2cc00", - "version": "2.1.2" - } - }, - { - "package": "CwlPreconditionTesting", - "repositoryURL": "https://github.com/mattgallagher/CwlPreconditionTesting.git", - "state": { - "branch": null, - "revision": "a23ded2c91df9156628a6996ab4f347526f17b6b", - "version": "2.1.2" - } - }, - { - "package": "Nimble", - "repositoryURL": "git@github.com:Quick/Nimble.git", - "state": { - "branch": null, - "revision": "1f3bde57bde12f5e7b07909848c071e9b73d6edc", - "version": "10.0.0" - } - }, - { - "package": "swift-snapshot-testing", - "repositoryURL": "git@github.com:pointfreeco/swift-snapshot-testing.git", - "state": { - "branch": null, - "revision": "dc46eeb3928a75390651fac6c1ef7f93ad59a73b", - "version": "1.11.1" - } + "pins" : [ + { + "identity" : "cwlcatchexception", + "kind" : "remoteSourceControl", + "location" : "https://github.com/mattgallagher/CwlCatchException.git", + "state" : { + "revision" : "3b123999de19bf04905bc1dfdb76f817b0f2cc00", + "version" : "2.1.2" } - ] - }, - "version": 1 + }, + { + "identity" : "cwlpreconditiontesting", + "kind" : "remoteSourceControl", + "location" : "https://github.com/mattgallagher/CwlPreconditionTesting.git", + "state" : { + "revision" : "a23ded2c91df9156628a6996ab4f347526f17b6b", + "version" : "2.1.2" + } + }, + { + "identity" : "nimble", + "kind" : "remoteSourceControl", + "location" : "git@github.com:Quick/Nimble.git", + "state" : { + "revision" : "1f3bde57bde12f5e7b07909848c071e9b73d6edc", + "version" : "10.0.0" + } + }, + { + "identity" : "swift-snapshot-testing", + "kind" : "remoteSourceControl", + "location" : "git@github.com:pointfreeco/swift-snapshot-testing.git", + "state" : { + "revision" : "26ed3a2b4a2df47917ca9b790a57f91285b923fb", + "version" : "1.12.0" + } + } + ], + "version" : 2 }