Project updates from Template
This commit contains the latest updates from the generic Website template, which rework the compression and localization: - Reworked the compression and localization in the Infrastructure package. (3c568e4) - Adopted the reworked compression and localization in the Website service. (08cf3e3) The template commit that only touched the root README (53676ed) was left out, as this project no longer carries that file. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
@@ -45,8 +45,8 @@ let package = Package(
|
||||
from: "2.25.0"
|
||||
),
|
||||
.package(
|
||||
url: "https://github.com/hummingbird-project/hummingbird-compression.git",
|
||||
from: "2.0.0"
|
||||
url: "https://github.com/adam-fowler/compress-nio.git",
|
||||
from: "1.4.2"
|
||||
),
|
||||
.package(
|
||||
url: "https://github.com/apple/swift-configuration.git",
|
||||
@@ -72,10 +72,6 @@ let package = Package(
|
||||
name: "Hummingbird",
|
||||
package: "hummingbird"
|
||||
),
|
||||
.product(
|
||||
name: "HummingbirdCompression",
|
||||
package: "hummingbird-compression"
|
||||
),
|
||||
],
|
||||
path: "Sources/App"
|
||||
),
|
||||
@@ -115,6 +111,10 @@ let package = Package(
|
||||
dependencies: [
|
||||
.byName(name: "Infrastructure"),
|
||||
.byName(name: "Website"),
|
||||
.product(
|
||||
name: "CompressNIO",
|
||||
package: "compress-nio"
|
||||
),
|
||||
.product(
|
||||
name: "HummingbirdTesting",
|
||||
package: "hummingbird"
|
||||
|
||||
Reference in New Issue
Block a user