From ee2e4883020a9fce0be37aca38ad5fc00dc9f9fa Mon Sep 17 00:00:00 2001 From: Matt Byrne Date: Mon, 11 Dec 2023 15:49:06 +1100 Subject: [PATCH] Reduce strictness to allow datastore version >= 7.4.0 in the gcp-datastore lib, which was the first version to introduce the filter class --- .changeset/slimy-chefs-exercise.md | 5 +++ package-lock.json | 68 ++++++++++++++--------------- packages/gcp-datastore/package.json | 2 +- 3 files changed, 40 insertions(+), 35 deletions(-) create mode 100644 .changeset/slimy-chefs-exercise.md diff --git a/.changeset/slimy-chefs-exercise.md b/.changeset/slimy-chefs-exercise.md new file mode 100644 index 0000000..2638d2f --- /dev/null +++ b/.changeset/slimy-chefs-exercise.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 24ab1c2..7fb7df3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13240,12 +13240,12 @@ }, "packages/gcp-bigquery": { "name": "@mondokit/gcp-bigquery", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "license": "MIT", "devDependencies": { "@google-cloud/bigquery": "7.3.0", - "@mondokit/gcp-core": "1.0.0-alpha.1", - "@mondokit/gcp-storage": "1.0.0-alpha.0" + "@mondokit/gcp-core": "1.0.0-alpha.2", + "@mondokit/gcp-storage": "1.0.0-alpha.1" }, "peerDependencies": { "@google-cloud/bigquery": ">=7.3.0", @@ -13460,7 +13460,7 @@ }, "packages/gcp-core": { "name": "@mondokit/gcp-core", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "license": "MIT", "dependencies": { "@google-cloud/logging-bunyan": "^4.2.2", @@ -13481,7 +13481,7 @@ }, "packages/gcp-datastore": { "name": "@mondokit/gcp-datastore", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "license": "MIT", "dependencies": { "dataloader": "^2.2.2", @@ -13490,17 +13490,17 @@ }, "devDependencies": { "@google-cloud/datastore": "^8.2.2", - "@mondokit/gcp-core": "^1.0.0-alpha.1", + "@mondokit/gcp-core": "^1.0.0-alpha.2", "google-datastore-emulator": "^7.1.0" }, "peerDependencies": { - "@google-cloud/datastore": ">=8.2.0", + "@google-cloud/datastore": ">=7.4.0", "@mondokit/gcp-core": "^1.0.0-alpha.1" } }, "packages/gcp-datastore-backups": { "name": "@mondokit/gcp-datastore-backups", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "license": "MIT", "dependencies": { "luxon": "^3.3.0", @@ -13511,11 +13511,11 @@ "@google-cloud/datastore": "^8.2.2", "@google-cloud/storage": "6.11.0", "@google-cloud/tasks": "3.1.2", - "@mondokit/gcp-bigquery": "1.0.0-alpha.0", - "@mondokit/gcp-core": "1.0.0-alpha.1", - "@mondokit/gcp-datastore": "1.0.0-alpha.0", - "@mondokit/gcp-storage": "1.0.0-alpha.0", - "@mondokit/gcp-tasks": "1.0.0-alpha.0", + "@mondokit/gcp-bigquery": "1.0.0-alpha.1", + "@mondokit/gcp-core": "1.0.0-alpha.2", + "@mondokit/gcp-datastore": "1.0.0-alpha.1", + "@mondokit/gcp-storage": "1.0.0-alpha.1", + "@mondokit/gcp-tasks": "1.0.0-alpha.1", "@types/luxon": "3.3.0" }, "peerDependencies": { @@ -14164,10 +14164,10 @@ }, "packages/gcp-firebase-auth": { "name": "@mondokit/gcp-firebase-auth", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "license": "MIT", "devDependencies": { - "@mondokit/gcp-core": "1.0.0-alpha.1", + "@mondokit/gcp-core": "1.0.0-alpha.2", "firebase-admin": "11.11.1" }, "peerDependencies": { @@ -14354,7 +14354,7 @@ }, "packages/gcp-firestore": { "name": "@mondokit/gcp-firestore", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "license": "MIT", "dependencies": { "dataloader": "^2.2.2", @@ -14362,18 +14362,18 @@ }, "devDependencies": { "@google-cloud/firestore": "6.6.1", - "@mondokit/gcp-core": "1.0.0-alpha.1", + "@mondokit/gcp-core": "1.0.0-alpha.2", "@types/lodash-es": "^4.17.8", "vitest": "^0.33.0" }, "peerDependencies": { "@google-cloud/firestore": ">= 6.5.0", - "@mondokit/gcp-core": "1.0.0-alpha.1" + "@mondokit/gcp-core": "1.0.0-alpha.2" } }, "packages/gcp-firestore-backups": { "name": "@mondokit/gcp-firestore-backups", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "license": "MIT", "dependencies": { "lodash": "^4.17.21", @@ -14385,11 +14385,11 @@ "@google-cloud/firestore": "6.6.1", "@google-cloud/storage": "6.11.0", "@google-cloud/tasks": "3.1.2", - "@mondokit/gcp-bigquery": "1.0.0-alpha.0", - "@mondokit/gcp-core": "1.0.0-alpha.1", - "@mondokit/gcp-firestore": "1.0.0-alpha.2", - "@mondokit/gcp-storage": "1.0.0-alpha.0", - "@mondokit/gcp-tasks": "1.0.0-alpha.0", + "@mondokit/gcp-bigquery": "1.0.0-alpha.1", + "@mondokit/gcp-core": "1.0.0-alpha.2", + "@mondokit/gcp-firestore": "1.0.0-alpha.3", + "@mondokit/gcp-storage": "1.0.0-alpha.1", + "@mondokit/gcp-tasks": "1.0.0-alpha.1", "@types/luxon": "3.3.0" }, "peerDependencies": { @@ -14397,7 +14397,7 @@ "@mondokit/gcp-core": "^1.0.0-alpha.1", "@mondokit/gcp-firestore": "^1.0.0-alpha.2", "@mondokit/gcp-storage": "^1.0.0-alpha.0", - "@mondokit/gcp-tasks": "1.0.0-alpha.0" + "@mondokit/gcp-tasks": "1.0.0-alpha.1" } }, "packages/gcp-firestore-backups/node_modules/nanoid": { @@ -14419,15 +14419,15 @@ }, "packages/gcp-firestore-migrations": { "name": "@mondokit/gcp-firestore-migrations", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "license": "MIT", "dependencies": { "lodash-es": "^4.17.21" }, "devDependencies": { "@google-cloud/firestore": "^6.6.1", - "@mondokit/gcp-core": "1.0.0-alpha.1", - "@mondokit/gcp-firestore": "1.0.0-alpha.2" + "@mondokit/gcp-core": "1.0.0-alpha.2", + "@mondokit/gcp-firestore": "1.0.0-alpha.3" }, "peerDependencies": { "@mondokit/gcp-core": "^1.0.0-alpha.1", @@ -14436,10 +14436,10 @@ }, "packages/gcp-google-auth": { "name": "@mondokit/gcp-google-auth", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "license": "MIT", "devDependencies": { - "@mondokit/gcp-core": "1.0.0-alpha.1", + "@mondokit/gcp-core": "1.0.0-alpha.2", "google-auth-library": "^9.4.1" }, "peerDependencies": { @@ -14532,14 +14532,14 @@ }, "packages/gcp-storage": { "name": "@mondokit/gcp-storage", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "license": "MIT", "dependencies": { "p-limit": "^3.1.0" }, "devDependencies": { "@google-cloud/storage": "6.11.0", - "@mondokit/gcp-core": "^1.0.0-alpha.1" + "@mondokit/gcp-core": "^1.0.0-alpha.2" }, "peerDependencies": { "@google-cloud/storage": "^6.0.0", @@ -14563,14 +14563,14 @@ }, "packages/gcp-tasks": { "name": "@mondokit/gcp-tasks", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "license": "MIT", "dependencies": { "node-fetch": "^3.3.2" }, "devDependencies": { "@google-cloud/tasks": "3.1.2", - "@mondokit/gcp-core": "^1.0.0-alpha.1", + "@mondokit/gcp-core": "^1.0.0-alpha.2", "vitest": "^0.33.0" }, "peerDependencies": { diff --git a/packages/gcp-datastore/package.json b/packages/gcp-datastore/package.json index 079ca75..57f46f0 100644 --- a/packages/gcp-datastore/package.json +++ b/packages/gcp-datastore/package.json @@ -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": {