Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
bragelbytes committed Mar 22, 2024
2 parents 6eed87b + 774ae7c commit 71093b7
Show file tree
Hide file tree
Showing 34 changed files with 125 additions and 2,221 deletions.
14 changes: 2 additions & 12 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,17 @@ let package = Package(
],
products: [.library(name: "ReplicantSwift", targets: ["ReplicantSwift"])],
dependencies: [
.package(url: "https://github.com/apple/swift-crypto", from: "3.2.0"),
.package(url: "https://github.com/apple/swift-crypto", from: "3.3.0"),
.package(url: "https://github.com/apple/swift-log", from: "1.5.3"),

.package(url: "https://github.com/OperatorFoundation/Datable", from: "4.0.1"),
.package(url: "https://github.com/OperatorFoundation/Gardener", from: "0.1.1"),
.package(url: "https://github.com/OperatorFoundation/Gardener", from: "0.1.2"),
.package(url: "https://github.com/OperatorFoundation/Ghostwriter", from: "1.0.0"),
.package(url: "https://github.com/OperatorFoundation/KeychainTypes", from: "1.0.1"),
.package(url: "https://github.com/OperatorFoundation/Monolith", from: "1.0.5"),
.package(url: "https://github.com/OperatorFoundation/Net", from: "0.0.10"),
.package(url: "https://github.com/OperatorFoundation/ShadowSwift", from: "5.0.2"),
.package(url: "https://github.com/OperatorFoundation/Song", from: "0.2.7"),
.package(url: "https://github.com/OperatorFoundation/Spacetime", from: "1.0.1"),
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools", from: "1.2.6"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue", from: "0.1.3"),
.package(url: "https://github.com/OperatorFoundation/Transmission", from: "1.2.11"),
.package(url: "https://github.com/OperatorFoundation/TransmissionAsync", from: "0.1.4"),
],
targets: [
Expand All @@ -39,15 +35,9 @@ let package = Package(
"Ghostwriter",
"KeychainTypes",
"Monolith",
"Net",
"ShadowSwift",
"Song",
.product(name: "Simulation", package: "Spacetime"),
.product(name: "Spacetime", package: "Spacetime"),
.product(name: "Universe", package: "Spacetime"),
"SwiftHexTools",
"SwiftQueue",
"Transmission",
"TransmissionAsync"
]
),
Expand Down
24 changes: 0 additions & 24 deletions Sources/ReplicantSwift/Async/PolishClientAsync.swift

This file was deleted.

24 changes: 0 additions & 24 deletions Sources/ReplicantSwift/Async/PolishServerAsync.swift

This file was deleted.

51 changes: 0 additions & 51 deletions Sources/ReplicantSwift/Async/ReplicantAsync.swift

This file was deleted.

56 changes: 0 additions & 56 deletions Sources/ReplicantSwift/Async/ReplicantListenerAsync.swift

This file was deleted.

Loading

0 comments on commit 71093b7

Please sign in to comment.