Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 app/config/sdks.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
[
'key' => 'cli',
'name' => 'Command Line',
'version' => '12.0.1',
'version' => '13.0.0-rc.2',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

# First, verify the file and line content
cat -n app/config/sdks.php | sed -n '225,235p'

Repository: appwrite/appwrite

Length of output: 561


🏁 Script executed:

# Check npm registry for version 13.0.0-rc.2 availability
curl -s https://registry.npmjs.org/appwrite-cli/13.0.0-rc.2 | head -20

Repository: appwrite/appwrite

Length of output: 93


🏁 Script executed:

# Search for hardcoded version references in codebase
rg "12\.0\.1|13\.0\.0" --type php --type js --type ts -n

Repository: appwrite/appwrite

Length of output: 128


Verify npm version exists before merging—version 13.0.0-rc.2 not found in npm registry.

The version 13.0.0-rc.2 referenced on line 229 does not exist in the npm registry. Either publish this version to npm or update the config to an existing version before this change can be merged.

🤖 Prompt for AI Agents
In app/config/sdks.php around line 229, the SDK version is set to '13.0.0-rc.2'
which does not exist in the npm registry; update this entry to a valid,
published npm version (e.g., an existing stable or RC version) or coordinate to
publish '13.0.0-rc.2' before merging. Replace the value with the confirmed
version string and run composer/npm install or lockfile update as appropriate to
ensure dependency resolution succeeds.

'url' => 'https://github.com/appwrite/sdk-for-cli',
'package' => 'https://www.npmjs.com/package/appwrite-cli',
'enabled' => true,
Expand Down
96 changes: 48 additions & 48 deletions 96 composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions 8 docs/sdks/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 13.0.0-rc.2

* Fixes a lot of typescript errors throughout the codebase

## 13.0.0-rc.1

* Migrates codebase from JavaScript to TypeScript

## 12.0.1

Fix type generation for `point`, `lineString` and `polygon` columns
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.