1
0
Fork 0
mirror of synced 2024-06-22 04:30:29 +12:00

Updated .NET version, added dev flag

This commit is contained in:
Eldad Fux 2021-01-09 08:04:39 +02:00
parent b23d2bf6e4
commit cb13cbe389
3 changed files with 58 additions and 42 deletions

View file

@ -20,6 +20,7 @@ return [
'package' => 'https://www.npmjs.com/package/appwrite',
'enabled' => true,
'beta' => false,
'dev' => false,
'family' => APP_PLATFORM_CLIENT,
'prism' => 'javascript',
'source' => \realpath(__DIR__ . '/../sdks/client-web'),
@ -35,6 +36,7 @@ return [
'package' => 'https://pub.dev/packages/appwrite',
'enabled' => true,
'beta' => true,
'dev' => false,
'family' => APP_PLATFORM_CLIENT,
'prism' => 'dart',
'source' => \realpath(__DIR__ . '/../sdks/client-flutter'),
@ -49,6 +51,7 @@ return [
'package' => '',
'enabled' => false,
'beta' => false,
'dev' => false,
'family' => APP_PLATFORM_CLIENT,
'prism' => 'swift',
'source' => false,
@ -63,6 +66,7 @@ return [
'package' => '',
'enabled' => false,
'beta' => false,
'dev' => false,
'family' => APP_PLATFORM_CLIENT,
'prism' => '',
'source' => false,
@ -77,6 +81,7 @@ return [
'package' => '',
'enabled' => false,
'beta' => false,
'dev' => false,
'family' => APP_PLATFORM_CLIENT,
'prism' => 'kotlin',
'source' => false,
@ -91,6 +96,7 @@ return [
// 'enabled' => false,
// 'dev' => false,
// 'beta' => false,
// 'dev' => false,
// 'family' => APP_PLATFORM_CLIENT,
// 'prism' => 'java',
// 'source' => false,
@ -115,6 +121,7 @@ return [
'package' => '',
'enabled' => true,
'beta' => false,
'dev' => false,
'family' => APP_PLATFORM_CONSOLE,
'prism' => 'console',
'source' => \realpath(__DIR__ . '/../sdks/console-web'),
@ -140,6 +147,7 @@ return [
'package' => 'https://www.npmjs.com/package/node-appwrite',
'enabled' => true,
'beta' => false,
'dev' => false,
'family' => APP_PLATFORM_SERVER,
'prism' => 'javascript',
'source' => \realpath(__DIR__ . '/../sdks/server-nodejs'),
@ -155,6 +163,7 @@ return [
'package' => 'https://deno.land/x/appwrite',
'enabled' => true,
'beta' => true,
'dev' => false,
'family' => APP_PLATFORM_SERVER,
'prism' => 'typescript',
'source' => \realpath(__DIR__ . '/../sdks/server-deno'),
@ -170,6 +179,7 @@ return [
'package' => 'https://packagist.org/packages/appwrite/appwrite',
'enabled' => true,
'beta' => false,
'dev' => false,
'family' => APP_PLATFORM_SERVER,
'prism' => 'php',
'source' => \realpath(__DIR__ . '/../sdks/server-php'),
@ -185,6 +195,7 @@ return [
'package' => 'https://pypi.org/project/appwrite/',
'enabled' => true,
'beta' => true,
'dev' => false,
'family' => APP_PLATFORM_SERVER,
'prism' => 'python',
'source' => \realpath(__DIR__ . '/../sdks/server-python'),
@ -200,6 +211,7 @@ return [
'package' => 'https://rubygems.org/gems/appwrite',
'enabled' => true,
'beta' => true,
'dev' => false,
'family' => APP_PLATFORM_SERVER,
'prism' => 'ruby',
'source' => \realpath(__DIR__ . '/../sdks/server-ruby'),
@ -215,6 +227,7 @@ return [
'package' => '',
'enabled' => false,
'beta' => true,
'dev' => false,
'family' => APP_PLATFORM_SERVER,
'prism' => 'go',
'source' => \realpath(__DIR__ . '/../sdks/server-go'),
@ -230,6 +243,7 @@ return [
'package' => '',
'enabled' => false,
'beta' => true,
'dev' => false,
'family' => APP_PLATFORM_SERVER,
'prism' => 'java',
'source' => \realpath(__DIR__ . '/../sdks/server-java'),
@ -240,11 +254,12 @@ return [
[
'key' => 'dotnet',
'name' => '.NET',
'version' => '0.0.1',
'version' => '0.0.2',
'url' => 'https://github.com/appwrite/sdk-for-dotnet',
'package' => 'https://www.nuget.org/packages/Appwrite',
'enabled' => true,
'beta' => true,
'dev' => true,
'family' => APP_PLATFORM_SERVER,
'prism' => 'csharp',
'source' => \realpath(__DIR__ . '/../sdks/server-dotnet'),
@ -260,6 +275,7 @@ return [
'package' => '',
'enabled' => false,
'beta' => true,
'dev' => false,
'family' => APP_PLATFORM_SERVER,
'prism' => 'java',
'source' => \realpath(__DIR__ . '/../sdks/server-dart'),

View file

@ -56,7 +56,7 @@
},
"require-dev": {
"swoole/ide-helper": "4.5.5",
"appwrite/sdk-generator": "0.4.2",
"appwrite/sdk-generator": "0.4.3",
"phpunit/phpunit": "9.4.2",
"vimeo/psalm": "4.1.1"
},

80
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0df79d7789fec84aa4500edad823f1f6",
"content-hash": "6594e4d32da0196d0bb2e5a1794ea89d",
"packages": [
{
"name": "appwrite/php-clamav",
@ -1862,11 +1862,11 @@
},
{
"name": "appwrite/sdk-generator",
"version": "0.4.2",
"version": "0.4.3",
"source": {
"type": "git",
"url": "https://github.com/appwrite/sdk-generator",
"reference": "5482f4cdb65ab90ffea752ba9a625187cd7c7784"
"reference": "630776cfe49412e72a70a3a69729054bf8302e1f"
},
"require": {
"ext-curl": "*",
@ -1896,7 +1896,7 @@
}
],
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
"time": "2021-01-07T14:03:54+00:00"
"time": "2021-01-08T11:55:04+00:00"
},
{
"name": "composer/package-versions-deprecated",
@ -4615,12 +4615,12 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "7c0a3c5420fd802637c4260e595d6c674b23d578"
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7c0a3c5420fd802637c4260e595d6c674b23d578",
"reference": "7c0a3c5420fd802637c4260e595d6c674b23d578",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
"shasum": ""
},
"require": {
@ -4633,7 +4633,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.21-dev"
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
@ -4671,7 +4671,7 @@
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/main"
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.0"
},
"funding": [
{
@ -4687,7 +4687,7 @@
"type": "tidelift"
}
],
"time": "2021-01-06T10:19:43+00:00"
"time": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
@ -4695,12 +4695,12 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "32b651134d58efe1786c95352d846913a42d8331"
"reference": "267a9adeb8ecb8071040a740930e077cdfb987af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32b651134d58efe1786c95352d846913a42d8331",
"reference": "32b651134d58efe1786c95352d846913a42d8331",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/267a9adeb8ecb8071040a740930e077cdfb987af",
"reference": "267a9adeb8ecb8071040a740930e077cdfb987af",
"shasum": ""
},
"require": {
@ -4713,7 +4713,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.21-dev"
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
@ -4753,7 +4753,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/main"
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.0"
},
"funding": [
{
@ -4769,7 +4769,7 @@
"type": "tidelift"
}
],
"time": "2021-01-06T10:19:43+00:00"
"time": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
@ -4777,12 +4777,12 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "8592bf62da8352927fc3857484e84baacddec301"
"reference": "6e971c891537eb617a00bb07a43d182a6915faba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8592bf62da8352927fc3857484e84baacddec301",
"reference": "8592bf62da8352927fc3857484e84baacddec301",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba",
"reference": "6e971c891537eb617a00bb07a43d182a6915faba",
"shasum": ""
},
"require": {
@ -4795,7 +4795,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.21-dev"
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
@ -4838,7 +4838,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/main"
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.0"
},
"funding": [
{
@ -4854,7 +4854,7 @@
"type": "tidelift"
}
],
"time": "2021-01-06T10:19:43+00:00"
"time": "2021-01-07T17:09:11+00:00"
},
{
"name": "symfony/polyfill-mbstring",
@ -4862,12 +4862,12 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "ec0101071dcbc6bdd5046da11df686f8515fa815"
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/ec0101071dcbc6bdd5046da11df686f8515fa815",
"reference": "ec0101071dcbc6bdd5046da11df686f8515fa815",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
"shasum": ""
},
"require": {
@ -4880,7 +4880,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.21-dev"
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
@ -4919,7 +4919,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/main"
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0"
},
"funding": [
{
@ -4935,7 +4935,7 @@
"type": "tidelift"
}
],
"time": "2021-01-06T10:19:43+00:00"
"time": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/polyfill-php73",
@ -4943,12 +4943,12 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "6d0e293e2b13580b866090a135900aea4adcb308"
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/6d0e293e2b13580b866090a135900aea4adcb308",
"reference": "6d0e293e2b13580b866090a135900aea4adcb308",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
"shasum": ""
},
"require": {
@ -4958,7 +4958,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.21-dev"
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
@ -4999,7 +4999,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/main"
"source": "https://github.com/symfony/polyfill-php73/tree/v1.22.0"
},
"funding": [
{
@ -5015,7 +5015,7 @@
"type": "tidelift"
}
],
"time": "2021-01-06T10:19:43+00:00"
"time": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/polyfill-php80",
@ -5023,12 +5023,12 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "69e5da91ad9c080f6ac1e010ddffefe71b14bd6e"
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/69e5da91ad9c080f6ac1e010ddffefe71b14bd6e",
"reference": "69e5da91ad9c080f6ac1e010ddffefe71b14bd6e",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
"shasum": ""
},
"require": {
@ -5038,7 +5038,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.21-dev"
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
@ -5083,7 +5083,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/main"
"source": "https://github.com/symfony/polyfill-php80/tree/v1.22.0"
},
"funding": [
{
@ -5099,7 +5099,7 @@
"type": "tidelift"
}
],
"time": "2021-01-06T10:19:43+00:00"
"time": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/service-contracts",