this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

use remote coreAtProtocol

+16 -7
+14 -5
Package.resolved
··· 1 1 { 2 - "originHash" : "cbf9e754c518e5eb56690c6dd9d096349450adf8254fc91d657d65f243cfb57f", 2 + "originHash" : "1cc87e98c4114f0c0c0a6fea792a84d353c9e8d6b11e58b00673b46e6086d02d", 3 3 "pins" : [ 4 + { 5 + "identity" : "coreatprotocol", 6 + "kind" : "remoteSourceControl", 7 + "location" : "https://tangled.org/@sparrowtek.com/CoreATProtocol", 8 + "state" : { 9 + "branch" : "main", 10 + "revision" : "903399247010bfff10d55177a9f1195f8717b710" 11 + } 12 + }, 4 13 { 5 14 "identity" : "jwt-kit", 6 15 "kind" : "remoteSourceControl", ··· 33 42 "kind" : "remoteSourceControl", 34 43 "location" : "https://github.com/apple/swift-certificates.git", 35 44 "state" : { 36 - "revision" : "133a347911b6ad0fc8fe3bf46ca90c66cff97130", 37 - "version" : "1.17.0" 45 + "revision" : "7d5f6124c91a2d06fb63a811695a3400d15a100e", 46 + "version" : "1.17.1" 38 47 } 39 48 }, 40 49 { ··· 51 60 "kind" : "remoteSourceControl", 52 61 "location" : "https://github.com/apple/swift-log.git", 53 62 "state" : { 54 - "revision" : "bc386b95f2a16ccd0150a8235e7c69eab2b866ca", 55 - "version" : "1.8.0" 63 + "revision" : "2778fd4e5a12a8aaa30a3ee8285f4ce54c5f3181", 64 + "version" : "1.9.1" 56 65 } 57 66 } 58 67 ],
+2 -2
Package.swift
··· 18 18 ), 19 19 ], 20 20 dependencies: [ 21 - .package(path: "../CoreATProtocol"), 22 - // .package(url: "https://tangled.org/@sparrowtek.com/CoreATProtocol", branch: "main"), 21 + // .package(path: "../CoreATProtocol"), 22 + .package(url: "https://tangled.org/@sparrowtek.com/CoreATProtocol", branch: "main"), 23 23 ], 24 24 targets: [ 25 25 .target(