update sdks

This commit is contained in:
Chirag Aggarwal
2025-10-29 18:54:29 +05:30
parent 60726757ab
commit baa7a170d9
6 changed files with 39 additions and 19 deletions
+4 -4
View File
@@ -60,7 +60,7 @@ return [
[
'key' => 'flutter',
'name' => 'Flutter',
'version' => '20.2.1',
'version' => '20.2.2',
'url' => 'https://github.com/appwrite/sdk-for-flutter',
'package' => 'https://pub.dev/packages/appwrite',
'enabled' => true,
@@ -79,7 +79,7 @@ return [
[
'key' => 'apple',
'name' => 'Apple',
'version' => '13.3.0',
'version' => '13.3.1',
'url' => 'https://github.com/appwrite/sdk-for-apple',
'package' => 'https://github.com/appwrite/sdk-for-apple',
'enabled' => true,
@@ -226,7 +226,7 @@ return [
[
'key' => 'cli',
'name' => 'Command Line',
'version' => '10.2.3',
'version' => '10.2.4',
'url' => 'https://github.com/appwrite/sdk-for-cli',
'package' => 'https://www.npmjs.com/package/appwrite-cli',
'enabled' => true,
@@ -300,7 +300,7 @@ return [
[
'key' => 'python',
'name' => 'Python',
'version' => '13.4.1',
'version' => '13.4.2',
'url' => 'https://github.com/appwrite/sdk-for-python',
'package' => 'https://pypi.org/project/appwrite/',
'enabled' => true,
Generated
+15 -15
View File
@@ -4108,16 +4108,16 @@
},
{
"name": "utopia-php/emails",
"version": "0.6.2",
"version": "0.6.1",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/emails.git",
"reference": "9c4c40cf7c03c2e9e21364566f9b192d03ea93c9"
"reference": "0de8896f369b6aa1f14df338645048f95a8439e3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/emails/zipball/9c4c40cf7c03c2e9e21364566f9b192d03ea93c9",
"reference": "9c4c40cf7c03c2e9e21364566f9b192d03ea93c9",
"url": "https://api.github.com/repos/utopia-php/emails/zipball/0de8896f369b6aa1f14df338645048f95a8439e3",
"reference": "0de8896f369b6aa1f14df338645048f95a8439e3",
"shasum": ""
},
"require": {
@@ -4125,7 +4125,7 @@
"utopia-php/cli": "^0.15",
"utopia-php/domains": "^0.9",
"utopia-php/fetch": "^0.4",
"utopia-php/validators": "^0.0.2"
"utopia-php/validators": "^0.0.1"
},
"require-dev": {
"laravel/pint": "1.25.*",
@@ -4162,9 +4162,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/emails/issues",
"source": "https://github.com/utopia-php/emails/tree/0.6.2"
"source": "https://github.com/utopia-php/emails/tree/0.6.1"
},
"time": "2025-10-28T16:08:17+00:00"
"time": "2025-10-28T07:29:58+00:00"
},
{
"name": "utopia-php/fetch",
@@ -5109,16 +5109,16 @@
},
{
"name": "utopia-php/validators",
"version": "0.0.2",
"version": "0.0.1",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/validators.git",
"reference": "894210695c5d35fa248fb65f7fe7237b6ff4fb0b"
"reference": "69d1afa5df2f052535764520609e91b491708db2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/validators/zipball/894210695c5d35fa248fb65f7fe7237b6ff4fb0b",
"reference": "894210695c5d35fa248fb65f7fe7237b6ff4fb0b",
"url": "https://api.github.com/repos/utopia-php/validators/zipball/69d1afa5df2f052535764520609e91b491708db2",
"reference": "69d1afa5df2f052535764520609e91b491708db2",
"shasum": ""
},
"require": {
@@ -5149,9 +5149,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/validators/issues",
"source": "https://github.com/utopia-php/validators/tree/0.0.2"
"source": "https://github.com/utopia-php/validators/tree/0.0.1"
},
"time": "2025-10-20T21:52:28+00:00"
"time": "2025-10-20T15:08:50+00:00"
},
{
"name": "utopia-php/vcs",
@@ -8892,7 +8892,7 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
@@ -8916,5 +8916,5 @@
"platform-overrides": {
"php": "8.3"
},
"plugin-api-version": "2.2.0"
"plugin-api-version": "2.6.0"
}
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## 13.3.1
* Fix `onOpen` callback not being called when the websocket connection is established
## 13.3.0
* Add `onOpen`, `onClose` and `onError` callbacks to `Realtime` service
+7
View File
@@ -1,5 +1,12 @@
# Change Log
## 10.2.4
* Fix syncing of tables deleted locally during `push tables` command
* Fix added push command support for cli spatial types
* Fix attribute changing during push
* Replace pkg with @yao-pkg/pkg in dependencies
## 10.2.3
* Fix `init tables` command not working
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## 20.2.2
* Widen `device_info_plus` and `package_info_plus` dependencies to allow for newer versions for Android 15+ support
## 20.2.1
* Add transaction support for Databases and TablesDB
+5
View File
@@ -1,5 +1,10 @@
# Change Log
## 13.4.2
* Fix adding `Optional[]` to optional parameters
* Fix passing of `None` to nullable parameters
## 13.4.1
* Add transaction support for Databases and TablesDB