Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for nodejs Signed-off-by: TheRealJan <[email protected]> * Fix GoTrue & Storage Signed-off-by: TheRealJan <[email protected]> * Bump com.soywiz.korlibs.krypto:krypto from 4.0.6 to 4.0.7 Bumps [com.soywiz.korlibs.krypto:krypto](https://github.com/korlibs/korge-next) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/commits) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.krypto:krypto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.25.2...0.25.3) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Add tvos & watchos targets Signed-off-by: TheRealJan <[email protected]> * Fix GoTrue Signed-off-by: TheRealJan <[email protected]> * Add watchos & tvos tests Signed-off-by: TheRealJan <[email protected]> * Remove watchosX64 Signed-off-by: TheRealJan <[email protected]> * Update Kotlin to 1.9.0 (#214) * Update kotlin to 1.9.0-RC Signed-off-by: TheRealJan <[email protected]> * Fix tests Signed-off-by: TheRealJan <[email protected]> * Add yarn.lock to caches Signed-off-by: TheRealJan <[email protected]> * Update yarn.lock * Remove change regarding caching Signed-off-by: TheRealJan <[email protected]> * Update kotlin Signed-off-by: TheRealJan <[email protected]> --------- Signed-off-by: TheRealJan <[email protected]> * Update version Signed-off-by: TheRealJan <[email protected]> * Remove deprecated methods Signed-off-by: TheRealJan <[email protected]> * Add kakao OAuthProvider Signed-off-by: TheRealJan <[email protected]> * Add Figma OAuthProvider Signed-off-by: TheRealJan <[email protected]> * Use gradle configuration cache Signed-off-by: TheRealJan <[email protected]> * Add configuration cache to github cache Signed-off-by: TheRealJan <[email protected]> * Add logout scope option (#220) * Add logout scope parameter Signed-off-by: TheRealJan <[email protected]> * Delete code verifier on logout Signed-off-by: TheRealJan <[email protected]> * Fix tests Signed-off-by: TheRealJan <[email protected]> --------- Signed-off-by: TheRealJan <[email protected]> * Change IDToken properties (#221) Signed-off-by: TheRealJan <[email protected]> * Update gradle.properties * Remove configuration cache for now Signed-off-by: TheRealJan <[email protected]> * Update gradle.properties * Bump com.soywiz.korlibs.krypto:krypto from 4.0.6 to 4.0.8 (#224) Bumps [com.soywiz.korlibs.krypto:krypto](https://github.com/korlibs/korge-next) from 4.0.6 to 4.0.8. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/commits) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.krypto:krypto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Tennert <[email protected]> * Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 (#225) Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.25.2...0.25.3) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add supabase key as fallback for Realtime Signed-off-by: TheRealJan <[email protected]> * Update README with new platform support details The README file has been updated to include recent additions to the platform support. NodeJS has been included in the JS module, and tvOS and watchOS have been added to the list of modules. This provides a clear and updated overview of platform compatibility for users. Signed-off-by: TheRealJan <[email protected]> * Update support status in README Signed-off-by: TheRealJan <[email protected]> * Update support status in README Signed-off-by: TheRealJan <[email protected]> * Update version Signed-off-by: TheRealJan <[email protected]> * Enable parallel build Signed-off-by: TheRealJan <[email protected]> * Update build files Signed-off-by: TheRealJan <[email protected]> * Update GraphQL Signed-off-by: TheRealJan <[email protected]> * Improve GraphQL code Signed-off-by: TheRealJan <[email protected]> * Use atomic value instead of a map for Memory based caches storing only one value Signed-off-by: TheRealJan <[email protected]> * Fix tests Signed-off-by: TheRealJan <[email protected]> * Fix yarn lock Signed-off-by: TheRealJan <[email protected]> * Fix Columns#type function Signed-off-by: TheRealJan <[email protected]> * Update yarn lock Signed-off-by: TheRealJan <[email protected]> * Update Columns.kt * Allow overriding the whole request in a EdgeFunction Signed-off-by: TheRealJan <[email protected]> * Update version Signed-off-by: TheRealJan <[email protected]> * Update gradle.properties * Update gradle.properties * Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 (#231) Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.25.2...0.25.3) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump com.soywiz.korlibs.krypto:krypto from 4.0.6 to 4.0.9 (#230) Bumps [com.soywiz.korlibs.krypto:krypto](https://github.com/korlibs/korge-next) from 4.0.6 to 4.0.9. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/commits) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.krypto:krypto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Tennert <[email protected]> * Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 (#237) Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.25.2...0.25.3) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: TheRealJan <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information