Add database change notification

This commit is contained in:
2025-11-09 17:23:08 +02:00
parent 5bbb722b20
commit df17d21ec4
6 changed files with 84 additions and 112 deletions

View File

@@ -16,8 +16,8 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/angd-dev/data-lite-core.git", from: "1.0.0"),
.package(url: "https://github.com/angd-dev/data-lite-coder.git", from: "1.0.0"),
.package(url: "https://github.com/angd-dev/data-lite-core.git", .upToNextMinor(from: "1.1.0")),
.package(url: "https://github.com/angd-dev/data-lite-coder.git", .upToNextMinor(from: "1.0.0")),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
],
targets: [