diff --git a/.changeset/pre.json b/.changeset/pre.json index e0196d4..b56e07e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,6 +15,7 @@ "@mondokit/gcp-tasks": "1.0.0-alpha.0" }, "changesets": [ + "cyan-papayas-greet", "late-phones-attend", "orange-socks-talk", "shiny-kiwis-dress", diff --git a/packages/gcp-bigquery/CHANGELOG.md b/packages/gcp-bigquery/CHANGELOG.md index 8be3719..9fb7071 100644 --- a/packages/gcp-bigquery/CHANGELOG.md +++ b/packages/gcp-bigquery/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-bigquery +## 1.0.0-alpha.3 + +### Patch Changes + +- 9bb9f30: Fix npm vulnerabilities via npm audit fix + ## 1.0.0-alpha.2 ### Patch Changes diff --git a/packages/gcp-bigquery/package.json b/packages/gcp-bigquery/package.json index 0ce9ae9..d360f23 100644 --- a/packages/gcp-bigquery/package.json +++ b/packages/gcp-bigquery/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-bigquery", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "Tools for Google BigQuery", "type": "module", "main": "dist/index.js", @@ -29,7 +29,7 @@ }, "devDependencies": { "@google-cloud/bigquery": "7.3.0", - "@mondokit/gcp-core": "1.0.0-alpha.3", - "@mondokit/gcp-storage": "1.0.0-alpha.4" + "@mondokit/gcp-core": "1.0.0-alpha.4", + "@mondokit/gcp-storage": "1.0.0-alpha.5" } } diff --git a/packages/gcp-core/CHANGELOG.md b/packages/gcp-core/CHANGELOG.md index 1a9b76b..748b9d3 100644 --- a/packages/gcp-core/CHANGELOG.md +++ b/packages/gcp-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-core +## 1.0.0-alpha.4 + +### Patch Changes + +- 9bb9f30: Fix npm vulnerabilities via npm audit fix + ## 1.0.0-alpha.3 ### Patch Changes diff --git a/packages/gcp-core/package.json b/packages/gcp-core/package.json index 7f94b2a..0d560a3 100644 --- a/packages/gcp-core/package.json +++ b/packages/gcp-core/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-core", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "", "type": "module", "main": "dist/index.js", diff --git a/packages/gcp-datastore-backups/CHANGELOG.md b/packages/gcp-datastore-backups/CHANGELOG.md index 5315d03..4adea75 100644 --- a/packages/gcp-datastore-backups/CHANGELOG.md +++ b/packages/gcp-datastore-backups/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-datastore-backups +## 1.0.0-alpha.3 + +### Patch Changes + +- 9bb9f30: Fix npm vulnerabilities via npm audit fix + ## 1.0.0-alpha.2 ### Patch Changes diff --git a/packages/gcp-datastore-backups/package.json b/packages/gcp-datastore-backups/package.json index 6a19de3..5d8d81d 100644 --- a/packages/gcp-datastore-backups/package.json +++ b/packages/gcp-datastore-backups/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-datastore-backups", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "Utils for performing datastore backups", "type": "module", "main": "dist/index.js", @@ -38,11 +38,11 @@ "@google-cloud/datastore": "^8.3.0", "@google-cloud/storage": "^7.7.0", "@google-cloud/tasks": "^4.0.1", - "@mondokit/gcp-bigquery": "1.0.0-alpha.2", - "@mondokit/gcp-core": "1.0.0-alpha.3", - "@mondokit/gcp-datastore": "1.0.0-alpha.3", - "@mondokit/gcp-storage": "1.0.0-alpha.4", - "@mondokit/gcp-tasks": "1.0.0-alpha.3", + "@mondokit/gcp-bigquery": "1.0.0-alpha.3", + "@mondokit/gcp-core": "1.0.0-alpha.4", + "@mondokit/gcp-datastore": "1.0.0-alpha.4", + "@mondokit/gcp-storage": "1.0.0-alpha.5", + "@mondokit/gcp-tasks": "1.0.0-alpha.4", "@types/luxon": "^3.3.7" } } diff --git a/packages/gcp-datastore/CHANGELOG.md b/packages/gcp-datastore/CHANGELOG.md index 832949d..d071f08 100644 --- a/packages/gcp-datastore/CHANGELOG.md +++ b/packages/gcp-datastore/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-datastore +## 1.0.0-alpha.4 + +### Patch Changes + +- 9bb9f30: Fix npm vulnerabilities via npm audit fix + ## 1.0.0-alpha.3 ### Patch Changes diff --git a/packages/gcp-datastore/package.json b/packages/gcp-datastore/package.json index f8a48ef..6a127f2 100644 --- a/packages/gcp-datastore/package.json +++ b/packages/gcp-datastore/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-datastore", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "", "type": "module", "main": "dist/index.js", @@ -34,7 +34,7 @@ }, "devDependencies": { "@google-cloud/datastore": "^8.3.0", - "@mondokit/gcp-core": "^1.0.0-alpha.3", + "@mondokit/gcp-core": "^1.0.0-alpha.4", "google-datastore-emulator": "^7.1.0" }, "gitHead": "087032afa8903aa576041cdfe4913fe8f115e919" diff --git a/packages/gcp-firebase-auth/CHANGELOG.md b/packages/gcp-firebase-auth/CHANGELOG.md index 37bc509..65d9b5b 100644 --- a/packages/gcp-firebase-auth/CHANGELOG.md +++ b/packages/gcp-firebase-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-firebase-auth +## 1.0.0-alpha.3 + +### Patch Changes + +- 9bb9f30: Fix npm vulnerabilities via npm audit fix + ## 1.0.0-alpha.2 ### Patch Changes diff --git a/packages/gcp-firebase-auth/package.json b/packages/gcp-firebase-auth/package.json index d392c3d..89373ed 100644 --- a/packages/gcp-firebase-auth/package.json +++ b/packages/gcp-firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-firebase-auth", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "", "type": "module", "main": "dist/index.js", @@ -28,7 +28,7 @@ "firebase-admin": ">= 11.0.0" }, "devDependencies": { - "@mondokit/gcp-core": "1.0.0-alpha.3", + "@mondokit/gcp-core": "1.0.0-alpha.4", "firebase-admin": "^12.0.0" }, "gitHead": "087032afa8903aa576041cdfe4913fe8f115e919" diff --git a/packages/gcp-firestore-backups/CHANGELOG.md b/packages/gcp-firestore-backups/CHANGELOG.md index edd4d20..23fdd1c 100644 --- a/packages/gcp-firestore-backups/CHANGELOG.md +++ b/packages/gcp-firestore-backups/CHANGELOG.md @@ -1,5 +1,13 @@ # @mondokit/gcp-firestore-backups +## 1.0.0-alpha.5 + +### Patch Changes + +- 9bb9f30: Fix npm vulnerabilities via npm audit fix +- Updated dependencies [9bb9f30] + - @mondokit/gcp-tasks@1.0.0-alpha.4 + ## 1.0.0-alpha.4 ### Patch Changes diff --git a/packages/gcp-firestore-backups/package.json b/packages/gcp-firestore-backups/package.json index b7ceb1e..12f793f 100644 --- a/packages/gcp-firestore-backups/package.json +++ b/packages/gcp-firestore-backups/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-firestore-backups", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "description": "Utils for performing firestore backups", "type": "module", "main": "dist/index.js", @@ -31,18 +31,18 @@ "@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.3" + "@mondokit/gcp-tasks": "1.0.0-alpha.4" }, "devDependencies": { "@google-cloud/bigquery": "^7.3.0", "@google-cloud/firestore": "^7.1.0", "@google-cloud/storage": "^7.7.0", "@google-cloud/tasks": "^4.0.1", - "@mondokit/gcp-bigquery": "1.0.0-alpha.2", - "@mondokit/gcp-core": "1.0.0-alpha.3", - "@mondokit/gcp-firestore": "1.0.0-alpha.5", - "@mondokit/gcp-storage": "1.0.0-alpha.4", - "@mondokit/gcp-tasks": "1.0.0-alpha.3", + "@mondokit/gcp-bigquery": "1.0.0-alpha.3", + "@mondokit/gcp-core": "1.0.0-alpha.4", + "@mondokit/gcp-firestore": "1.0.0-alpha.6", + "@mondokit/gcp-storage": "1.0.0-alpha.5", + "@mondokit/gcp-tasks": "1.0.0-alpha.4", "@types/luxon": "^3.3.7" } } diff --git a/packages/gcp-firestore-migrations/CHANGELOG.md b/packages/gcp-firestore-migrations/CHANGELOG.md index 72bff98..f44d997 100644 --- a/packages/gcp-firestore-migrations/CHANGELOG.md +++ b/packages/gcp-firestore-migrations/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-firestore-migrations +## 1.0.0-alpha.2 + +### Patch Changes + +- 9bb9f30: Fix npm vulnerabilities via npm audit fix + ## 1.0.0-alpha.1 ### Patch Changes diff --git a/packages/gcp-firestore-migrations/package.json b/packages/gcp-firestore-migrations/package.json index 2b7cf25..a13f85c 100644 --- a/packages/gcp-firestore-migrations/package.json +++ b/packages/gcp-firestore-migrations/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-firestore-migrations", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "", "type": "module", "main": "dist/index.js", @@ -32,8 +32,8 @@ }, "devDependencies": { "@google-cloud/firestore": "^7.1.0", - "@mondokit/gcp-core": "1.0.0-alpha.3", - "@mondokit/gcp-firestore": "1.0.0-alpha.5" + "@mondokit/gcp-core": "1.0.0-alpha.4", + "@mondokit/gcp-firestore": "1.0.0-alpha.6" }, "gitHead": "087032afa8903aa576041cdfe4913fe8f115e919" } diff --git a/packages/gcp-firestore/CHANGELOG.md b/packages/gcp-firestore/CHANGELOG.md index 81e9deb..01e8d7c 100644 --- a/packages/gcp-firestore/CHANGELOG.md +++ b/packages/gcp-firestore/CHANGELOG.md @@ -1,5 +1,13 @@ # @mondokit/gcp-firestore +## 1.0.0-alpha.6 + +### Patch Changes + +- 9bb9f30: Fix npm vulnerabilities via npm audit fix +- Updated dependencies [9bb9f30] + - @mondokit/gcp-core@1.0.0-alpha.4 + ## 1.0.0-alpha.5 ### Patch Changes diff --git a/packages/gcp-firestore/package.json b/packages/gcp-firestore/package.json index bd52f07..f34d648 100644 --- a/packages/gcp-firestore/package.json +++ b/packages/gcp-firestore/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-firestore", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "", "main": "dist/index.js", "type": "module", @@ -29,11 +29,11 @@ }, "peerDependencies": { "@google-cloud/firestore": ">= 6.5.0", - "@mondokit/gcp-core": "1.0.0-alpha.3" + "@mondokit/gcp-core": "1.0.0-alpha.4" }, "devDependencies": { "@google-cloud/firestore": "^7.1.0", - "@mondokit/gcp-core": "1.0.0-alpha.3", + "@mondokit/gcp-core": "1.0.0-alpha.4", "@types/lodash-es": "^4.17.8" } } diff --git a/packages/gcp-google-auth/CHANGELOG.md b/packages/gcp-google-auth/CHANGELOG.md index 6585833..516850a 100644 --- a/packages/gcp-google-auth/CHANGELOG.md +++ b/packages/gcp-google-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-google-auth +## 1.0.0-alpha.3 + +### Patch Changes + +- 9bb9f30: Fix npm vulnerabilities via npm audit fix + ## 1.0.0-alpha.2 ### Patch Changes diff --git a/packages/gcp-google-auth/package.json b/packages/gcp-google-auth/package.json index 81bf4bb..ab5dcc5 100644 --- a/packages/gcp-google-auth/package.json +++ b/packages/gcp-google-auth/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-google-auth", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "Tools for Google Cloud Authentication", "type": "module", "main": "dist/index.js", @@ -27,7 +27,7 @@ "google-auth-library": "^9.4.0" }, "devDependencies": { - "@mondokit/gcp-core": "1.0.0-alpha.3", + "@mondokit/gcp-core": "1.0.0-alpha.4", "google-auth-library": "^9.4.1" } } diff --git a/packages/gcp-storage/CHANGELOG.md b/packages/gcp-storage/CHANGELOG.md index e2ff26a..dc0a7fe 100644 --- a/packages/gcp-storage/CHANGELOG.md +++ b/packages/gcp-storage/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-storage +## 1.0.0-alpha.5 + +### Patch Changes + +- 9bb9f30: Fix npm vulnerabilities via npm audit fix + ## 1.0.0-alpha.4 ### Patch Changes diff --git a/packages/gcp-storage/package.json b/packages/gcp-storage/package.json index c04c9c9..5d29d4c 100644 --- a/packages/gcp-storage/package.json +++ b/packages/gcp-storage/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-storage", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "description": "Tools for Google Cloud Storage", "type": "module", "main": "dist/index.js", @@ -33,6 +33,6 @@ }, "devDependencies": { "@google-cloud/storage": "^7.7.0", - "@mondokit/gcp-core": "^1.0.0-alpha.3" + "@mondokit/gcp-core": "^1.0.0-alpha.4" } } diff --git a/packages/gcp-tasks/CHANGELOG.md b/packages/gcp-tasks/CHANGELOG.md index 1b499e8..c5532ff 100644 --- a/packages/gcp-tasks/CHANGELOG.md +++ b/packages/gcp-tasks/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-tasks +## 1.0.0-alpha.4 + +### Patch Changes + +- 9bb9f30: Fix npm vulnerabilities via npm audit fix + ## 1.0.0-alpha.3 ### Patch Changes diff --git a/packages/gcp-tasks/package.json b/packages/gcp-tasks/package.json index a99a725..aa1ad86 100644 --- a/packages/gcp-tasks/package.json +++ b/packages/gcp-tasks/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-tasks", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "Tools for Google Cloud Tasks", "main": "dist/index.js", "type": "module", @@ -30,7 +30,7 @@ }, "devDependencies": { "@google-cloud/tasks": "^4.0.1", - "@mondokit/gcp-core": "^1.0.0-alpha.3", + "@mondokit/gcp-core": "^1.0.0-alpha.4", "google-gax": "^4.0.5" }, "dependencies": {