appwrite / sdk-for-web

[READ-ONLY] Official Appwrite Web SDK 🧡
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
271 stars 58 forks source link

Update package.json #59

Closed TristonWasik closed 11 months ago

TristonWasik commented 1 year ago

fix type export for latest node versions

What does this PR do?

This PR is to fix the type export issue with the latest versions of node. For example, this error being thrown in a new Vite react project:

image

Test Plan

This is a package.json change, testing includes using the SDK in a project with a newer node version.

Related PRs and Issues

An issue on the parent repo

Have you read the Contributing Guidelines on issues?

Yes

joeyouss commented 12 months ago

Hey @TristonWasik , Please kindly note that the repository in question is marked as [READ-ONLY], indicating that creating pull requests directly on this repository is not possible. It would be highly recommended to submit a pull request to the following repository instead: https://github.com/appwrite/sdk-generator. This particular repository serves as the starting point for the project and is where proposed changes should be made.

Before proceeding with the pull request, I am tagging @lohanidamodar and @TorstenDittmann here for review regarding if this PR is indeed the solution that we might need.

stnguyen90 commented 11 months ago

Closing as this was already done in the sdk generator and will be in the next release.

https://github.com/appwrite/sdk-generator/pull/653