chore: regen

This commit is contained in:
root
2025-10-17 06:55:02 +00:00
parent 589c6396a6
commit 5fa6a488f5
4 changed files with 7 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Change Log # Change Log
## 13.2.2
* Fix issue: Missing AppwriteEnums dependency causing build failure
## 13.2.1 ## 13.2.1
* Add transaction support for Databases and TablesDB * Add transaction support for Databases and TablesDB
+1
View File
@@ -39,6 +39,7 @@ let package = Package(
.target( .target(
name: "AppwriteModels", name: "AppwriteModels",
dependencies: [ dependencies: [
"AppwriteEnums",
"JSONCodable" "JSONCodable"
] ]
), ),
+1 -1
View File
@@ -33,7 +33,7 @@ Add the package to your `Package.swift` dependencies:
```swift ```swift
dependencies: [ dependencies: [
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "13.2.1"), .package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "13.2.2"),
], ],
``` ```
+1 -1
View File
@@ -21,7 +21,7 @@ open class Client {
"x-sdk-name": "Swift", "x-sdk-name": "Swift",
"x-sdk-platform": "server", "x-sdk-platform": "server",
"x-sdk-language": "swift", "x-sdk-language": "swift",
"x-sdk-version": "13.2.1", "x-sdk-version": "13.2.2",
"x-appwrite-response-format": "1.8.0" "x-appwrite-response-format": "1.8.0"
] ]