update cli

This commit is contained in:
Chirag Aggarwal
2025-07-04 15:31:52 +05:30
parent 231225ee10
commit 7bbf58d0dd
2 changed files with 7 additions and 6 deletions
Generated
+6 -6
View File
@@ -4810,16 +4810,16 @@
"packages-dev": [
{
"name": "appwrite/sdk-generator",
"version": "0.41.10",
"version": "0.41.11",
"source": {
"type": "git",
"url": "https://github.com/appwrite/sdk-generator.git",
"reference": "09e87e6bf7ce6ba254a963da52823f66fff5c8e3"
"reference": "60122cb613a5a1c82667ecc2217e351654a8d404"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/09e87e6bf7ce6ba254a963da52823f66fff5c8e3",
"reference": "09e87e6bf7ce6ba254a963da52823f66fff5c8e3",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/60122cb613a5a1c82667ecc2217e351654a8d404",
"reference": "60122cb613a5a1c82667ecc2217e351654a8d404",
"shasum": ""
},
"require": {
@@ -4855,9 +4855,9 @@
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
"support": {
"issues": "https://github.com/appwrite/sdk-generator/issues",
"source": "https://github.com/appwrite/sdk-generator/tree/0.41.10"
"source": "https://github.com/appwrite/sdk-generator/tree/0.41.11"
},
"time": "2025-07-03T12:10:13+00:00"
"time": "2025-07-04T09:56:24+00:00"
},
{
"name": "doctrine/annotations",
+1
View File
@@ -2,6 +2,7 @@
## 8.1.1
* Fix circular dependency issue due to usage of `success` method in `utils.js` file from `parser.js` file
* Type generation fixes:
* Add ability to generate types directly to a specific file by passing a file path to `appwrite types output_path`, instead of just a directory
* Fix non-required attributes to not be null if default value is provided