Skip to content

Commit

Permalink
Reduce strictness to allow datastore version >= 7.4.0 in the gcp-data…
Browse files Browse the repository at this point in the history
…store lib, which was the first version to introduce the filter class
  • Loading branch information
mbyrne00 committed Dec 11, 2023
1 parent f3d716b commit ee2e488
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .changeset/slimy-chefs-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mondokit/gcp-datastore": patch
---

Reduce strictness to allow datastore version >= 7.4.0, which was the first version to introduce the filter class
68 changes: 34 additions & 34 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/gcp-datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"p-limit": "^3.1.0"
},
"peerDependencies": {
"@google-cloud/datastore": ">=8.2.0",
"@google-cloud/datastore": ">=7.4.0",
"@mondokit/gcp-core": "^1.0.0-alpha.1"
},
"devDependencies": {
Expand Down

0 comments on commit ee2e488

Please sign in to comment.