diff --git a/Package.resolved b/Package.resolved index 9bebe0b..658f298 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "d094386dc5fe8ac196e0ffdcda7c3cc991d4310d1f6d190edf459b6bacff8d2e", + "originHash" : "35c6fb584459da4fe3f1d7ef67352a2cab82d35ffcae369c27dea786a3352426", "pins" : [ { "identity" : "swift-collections", @@ -38,21 +38,21 @@ } }, { - "identity" : "typedcomparator", + "identity" : "swift-typed-identifier", "kind" : "remoteSourceControl", - "location" : "https://github.com/VergeGroup/TypedComparator", + "location" : "https://github.com/VergeGroup/swift-typed-identifier", "state" : { - "revision" : "337ce0e573e7637ddd29392cb88c3b852f042c8e", - "version" : "1.0.0" + "revision" : "ea7afa2ce943c6bf3ef87d385c8a6e9f67fea4f3", + "version" : "2.0.4" } }, { - "identity" : "typedidentifier", + "identity" : "typedcomparator", "kind" : "remoteSourceControl", - "location" : "https://github.com/VergeGroup/TypedIdentifier", + "location" : "https://github.com/VergeGroup/TypedComparator", "state" : { - "revision" : "284340409ba47858a1b3c353dcef9c21303953db", - "version" : "2.0.3" + "revision" : "337ce0e573e7637ddd29392cb88c3b852f042c8e", + "version" : "1.0.0" } } ], diff --git a/Package.swift b/Package.swift index d5fba65..dcc55eb 100644 --- a/Package.swift +++ b/Package.swift @@ -21,7 +21,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-collections", from: "1.1.0"), .package(url: "https://github.com/VergeGroup/TypedComparator", from: "1.0.0"), - .package(url: "https://github.com/VergeGroup/TypedIdentifier", from: "2.0.2"), + .package(url: "https://github.com/VergeGroup/swift-typed-identifier", from: "2.0.4"), .package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0"), .package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.2.1"), ], @@ -37,7 +37,7 @@ let package = Package( name: "Normalization", dependencies: [ "NormalizationMacrosPlugin", - .product(name: "TypedIdentifier", package: "TypedIdentifier"), + .product(name: "TypedIdentifier", package: "swift-typed-identifier"), .product(name: "TypedComparator", package: "TypedComparator"), .product(name: "HashTreeCollections", package: "swift-collections"), ]