Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@google-cloud/datastore version 7 support #279

Open
jacobg opened this issue Jan 20, 2023 · 1 comment
Open

@google-cloud/datastore version 7 support #279

jacobg opened this issue Jan 20, 2023 · 1 comment

Comments

@jacobg
Copy link

jacobg commented Jan 20, 2023

Thanks!

@dmk1111
Copy link
Contributor

dmk1111 commented Oct 11, 2023

@jacobg starting from NodeJS v18 (npm v8) there is a possibility to override dependencies for other packages inside package.json.
Here is how I use overrides with @google-cloud/datastore@8.0.0:

"gstore-node@7.2.6": {
      "@google-cloud/datastore": "$@google-cloud/datastore"
    }

carnun added a commit that referenced this issue Feb 21, 2024
Add support for Datastore PropertyFilter. Improve handling of dates from the Redis cache

#279 #274
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants