From 2f162991639ef005662100509113e764252765de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 May 2024 18:57:39 +0000 Subject: [PATCH] Version Packages --- .changeset/empty-windows-push.md | 5 ----- .changeset/wet-hotels-greet.md | 5 ----- integration/compat-interop/package.json | 8 ++++---- integration/firebase/package.json | 2 +- integration/firestore/package.json | 2 +- integration/messaging/package.json | 2 +- packages/analytics-compat/package.json | 2 +- packages/analytics/package.json | 2 +- packages/app-check-compat/package.json | 2 +- packages/app-check/package.json | 2 +- packages/app-compat/CHANGELOG.md | 7 +++++++ packages/app-compat/package.json | 4 ++-- packages/app/CHANGELOG.md | 6 ++++++ packages/app/package.json | 2 +- packages/auth-compat/CHANGELOG.md | 7 +++++++ packages/auth-compat/package.json | 6 +++--- packages/auth/CHANGELOG.md | 6 ++++++ packages/auth/package.json | 4 ++-- packages/database-compat/package.json | 2 +- packages/database/package.json | 2 +- packages/firebase/CHANGELOG.md | 11 +++++++++++ packages/firebase/package.json | 12 ++++++------ packages/firestore-compat/package.json | 2 +- packages/firestore/package.json | 6 +++--- packages/functions-compat/package.json | 2 +- packages/functions/package.json | 2 +- packages/installations-compat/package.json | 2 +- packages/installations/package.json | 2 +- packages/messaging-compat/package.json | 2 +- packages/messaging/package.json | 2 +- packages/performance-compat/package.json | 2 +- packages/performance/package.json | 2 +- packages/remote-config-compat/package.json | 2 +- packages/remote-config/package.json | 2 +- packages/storage-compat/package.json | 4 ++-- packages/storage/package.json | 4 ++-- packages/template/package.json | 2 +- packages/vertexai/CHANGELOG.md | 6 ++++++ packages/vertexai/package.json | 4 ++-- repo-scripts/size-analysis/package.json | 2 +- 40 files changed, 92 insertions(+), 59 deletions(-) delete mode 100644 .changeset/empty-windows-push.md delete mode 100644 .changeset/wet-hotels-greet.md diff --git a/.changeset/empty-windows-push.md b/.changeset/empty-windows-push.md deleted file mode 100644 index b6c64f14cca..00000000000 --- a/.changeset/empty-windows-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@firebase/vertexai-preview': patch ---- - -Change `types` paths to point to rolled-up public `d.ts` files. This fixes some TypeScript compiler errors users are seeing. diff --git a/.changeset/wet-hotels-greet.md b/.changeset/wet-hotels-greet.md deleted file mode 100644 index 41cafaae220..00000000000 --- a/.changeset/wet-hotels-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@firebase/auth': patch ---- - -Generate dts rollups for auth web extension and cordova diff --git a/integration/compat-interop/package.json b/integration/compat-interop/package.json index 79fc64cb12e..a66a87f53b6 100644 --- a/integration/compat-interop/package.json +++ b/integration/compat-interop/package.json @@ -8,12 +8,12 @@ "test:debug": "karma start --browsers Chrome --auto-watch" }, "dependencies": { - "@firebase/app": "0.10.4", - "@firebase/app-compat": "0.2.34", + "@firebase/app": "0.10.5", + "@firebase/app-compat": "0.2.35", "@firebase/analytics": "0.10.4", "@firebase/analytics-compat": "0.2.10", - "@firebase/auth": "1.7.3", - "@firebase/auth-compat": "0.5.8", + "@firebase/auth": "1.7.4", + "@firebase/auth-compat": "0.5.9", "@firebase/functions": "0.11.5", "@firebase/functions-compat": "0.3.11", "@firebase/messaging": "0.12.9", diff --git a/integration/firebase/package.json b/integration/firebase/package.json index ef7516f160b..0fea601ef17 100644 --- a/integration/firebase/package.json +++ b/integration/firebase/package.json @@ -7,7 +7,7 @@ "test:ci": "node ../../scripts/run_tests_in_ci.js -s test" }, "devDependencies": { - "firebase": "10.12.1", + "firebase": "10.12.2", "@types/chai": "4.3.14", "@types/mocha": "9.1.1", "chai": "4.4.1", diff --git a/integration/firestore/package.json b/integration/firestore/package.json index 4b3debd0a4b..35afa3d0baf 100644 --- a/integration/firestore/package.json +++ b/integration/firestore/package.json @@ -14,7 +14,7 @@ "test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome" }, "dependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "@firebase/firestore": "4.6.3" }, "devDependencies": { diff --git a/integration/messaging/package.json b/integration/messaging/package.json index 8bc634e41fe..b035b1c0615 100644 --- a/integration/messaging/package.json +++ b/integration/messaging/package.json @@ -9,7 +9,7 @@ "test:manual": "mocha --exit" }, "devDependencies": { - "firebase": "10.12.1", + "firebase": "10.12.2", "chai": "4.4.1", "chromedriver": "119.0.1", "express": "4.19.2", diff --git a/packages/analytics-compat/package.json b/packages/analytics-compat/package.json index c489b42d799..91d8e0f22ac 100644 --- a/packages/analytics-compat/package.json +++ b/packages/analytics-compat/package.json @@ -24,7 +24,7 @@ "@firebase/app-compat": "0.x" }, "devDependencies": { - "@firebase/app-compat": "0.2.34", + "@firebase/app-compat": "0.2.35", "rollup": "2.79.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 8ccddf120e1..747dbb3541c 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -48,7 +48,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "rollup": "2.79.1", "@rollup/plugin-commonjs": "21.1.0", "@rollup/plugin-json": "4.1.0", diff --git a/packages/app-check-compat/package.json b/packages/app-check-compat/package.json index daac95a235b..221f1d4496d 100644 --- a/packages/app-check-compat/package.json +++ b/packages/app-check-compat/package.json @@ -44,7 +44,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app-compat": "0.2.34", + "@firebase/app-compat": "0.2.35", "rollup": "2.79.1", "@rollup/plugin-commonjs": "21.1.0", "@rollup/plugin-json": "4.1.0", diff --git a/packages/app-check/package.json b/packages/app-check/package.json index edbae267f3c..d4054ea3f6c 100644 --- a/packages/app-check/package.json +++ b/packages/app-check/package.json @@ -45,7 +45,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "rollup": "2.79.1", "@rollup/plugin-commonjs": "21.1.0", "@rollup/plugin-json": "4.1.0", diff --git a/packages/app-compat/CHANGELOG.md b/packages/app-compat/CHANGELOG.md index 7838a2e03b5..d570a32f757 100644 --- a/packages/app-compat/CHANGELOG.md +++ b/packages/app-compat/CHANGELOG.md @@ -1,5 +1,12 @@ # @firebase/app-compat +## 0.2.35 + +### Patch Changes + +- Updated dependencies []: + - @firebase/app@0.10.5 + ## 0.2.34 ### Patch Changes diff --git a/packages/app-compat/package.json b/packages/app-compat/package.json index 5ad1fb269f5..86ee07473c5 100644 --- a/packages/app-compat/package.json +++ b/packages/app-compat/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/app-compat", - "version": "0.2.34", + "version": "0.2.35", "description": "The primary entrypoint to the Firebase JS SDK", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.cjs.js", @@ -40,7 +40,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "@firebase/util": "1.9.6", "@firebase/logger": "0.4.2", "@firebase/component": "0.6.7", diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 5813729c76d..faaa93047a4 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,11 @@ # @firebase/app +## 0.10.5 + +### Patch Changes + +- Update SDK_VERSION. + ## 0.10.4 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index a2139630a9e..754197b9573 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/app", - "version": "0.10.4", + "version": "0.10.5", "description": "The primary entrypoint to the Firebase JS SDK", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.cjs.js", diff --git a/packages/auth-compat/CHANGELOG.md b/packages/auth-compat/CHANGELOG.md index 2c11afd60c5..3c5a4b035ea 100644 --- a/packages/auth-compat/CHANGELOG.md +++ b/packages/auth-compat/CHANGELOG.md @@ -1,5 +1,12 @@ # @firebase/auth-compat +## 0.5.9 + +### Patch Changes + +- Updated dependencies [[`0af23e02e`](https://github.com/firebase/firebase-js-sdk/commit/0af23e02e0c90ae550dd3edf1c9244a8eba3aee1)]: + - @firebase/auth@1.7.4 + ## 0.5.8 ### Patch Changes diff --git a/packages/auth-compat/package.json b/packages/auth-compat/package.json index 067fe3a10e1..8239d3af3c3 100644 --- a/packages/auth-compat/package.json +++ b/packages/auth-compat/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/auth-compat", - "version": "0.5.8", + "version": "0.5.9", "description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.node.cjs.js", @@ -50,7 +50,7 @@ "@firebase/app-compat": "0.x" }, "dependencies": { - "@firebase/auth": "1.7.3", + "@firebase/auth": "1.7.4", "@firebase/auth-types": "0.12.2", "@firebase/component": "0.6.7", "@firebase/util": "1.9.6", @@ -59,7 +59,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app-compat": "0.2.34", + "@firebase/app-compat": "0.2.35", "@rollup/plugin-json": "4.1.0", "rollup": "2.79.1", "rollup-plugin-replace": "2.2.0", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index bf799c3ae6a..5f9e3ea070f 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @firebase/auth +## 1.7.4 + +### Patch Changes + +- [`0af23e02e`](https://github.com/firebase/firebase-js-sdk/commit/0af23e02e0c90ae550dd3edf1c9244a8eba3aee1) [#8251](https://github.com/firebase/firebase-js-sdk/pull/8251) (fixes [#8222](https://github.com/firebase/firebase-js-sdk/issues/8222)) - Generate dts rollups for auth web extension and cordova + ## 1.7.3 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index 33d01f4ca51..d632901d227 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/auth", - "version": "1.7.3", + "version": "1.7.4", "description": "The Firebase Authenticaton component of the Firebase JS SDK.", "author": "Firebase (https://firebase.google.com/)", "main": "dist/node/index.js", @@ -134,7 +134,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-strip": "2.1.0", "@types/express": "4.17.21", diff --git a/packages/database-compat/package.json b/packages/database-compat/package.json index 8f0b4774f2a..a389458ace6 100644 --- a/packages/database-compat/package.json +++ b/packages/database-compat/package.json @@ -58,7 +58,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app-compat": "0.2.34", + "@firebase/app-compat": "0.2.35", "typescript": "4.7.4" }, "repository": { diff --git a/packages/database/package.json b/packages/database/package.json index 242e7b36268..1636c776000 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -58,7 +58,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.7.4" diff --git a/packages/firebase/CHANGELOG.md b/packages/firebase/CHANGELOG.md index 9d4467a428f..0e5b46646d2 100644 --- a/packages/firebase/CHANGELOG.md +++ b/packages/firebase/CHANGELOG.md @@ -1,5 +1,16 @@ # firebase +## 10.12.2 + +### Patch Changes + +- Updated dependencies [[`3883133c3`](https://github.com/firebase/firebase-js-sdk/commit/3883133c33ba48027081eef9d946988f33b07606), [`0af23e02e`](https://github.com/firebase/firebase-js-sdk/commit/0af23e02e0c90ae550dd3edf1c9244a8eba3aee1)]: + - @firebase/app@0.10.5 + - @firebase/vertexai-preview@0.0.2 + - @firebase/auth@1.7.4 + - @firebase/app-compat@0.2.35 + - @firebase/auth-compat@0.5.9 + ## 10.12.1 ### Patch Changes diff --git a/packages/firebase/package.json b/packages/firebase/package.json index 9de6d071d62..ffe1753d7d7 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,6 +1,6 @@ { "name": "firebase", - "version": "10.12.1", + "version": "10.12.2", "description": "Firebase JavaScript library for web and Node.js", "author": "Firebase (https://firebase.google.com/)", "license": "Apache-2.0", @@ -386,11 +386,11 @@ "test:ci": "echo 'No test suite for firebase wrapper'" }, "dependencies": { - "@firebase/app": "0.10.4", - "@firebase/app-compat": "0.2.34", + "@firebase/app": "0.10.5", + "@firebase/app-compat": "0.2.35", "@firebase/app-types": "0.9.2", - "@firebase/auth": "1.7.3", - "@firebase/auth-compat": "0.5.8", + "@firebase/auth": "1.7.4", + "@firebase/auth-compat": "0.5.9", "@firebase/database": "1.0.5", "@firebase/database-compat": "1.0.5", "@firebase/firestore": "4.6.3", @@ -412,7 +412,7 @@ "@firebase/app-check": "0.8.4", "@firebase/app-check-compat": "0.3.11", "@firebase/util": "1.9.6", - "@firebase/vertexai-preview": "0.0.1" + "@firebase/vertexai-preview": "0.0.2" }, "devDependencies": { "rollup": "2.79.1", diff --git a/packages/firestore-compat/package.json b/packages/firestore-compat/package.json index 1ec52df3cee..3314be5f1dd 100644 --- a/packages/firestore-compat/package.json +++ b/packages/firestore-compat/package.json @@ -54,7 +54,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app-compat": "0.2.34", + "@firebase/app-compat": "0.2.35", "@types/eslint": "7.29.0", "rollup": "2.79.1", "rollup-plugin-sourcemaps": "0.6.3", diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 580bfa9f301..2b85dbd91f2 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -109,9 +109,9 @@ "@firebase/app": "0.x" }, "devDependencies": { - "@firebase/app": "0.10.4", - "@firebase/app-compat": "0.2.34", - "@firebase/auth": "1.7.3", + "@firebase/app": "0.10.5", + "@firebase/app-compat": "0.2.35", + "@firebase/auth": "1.7.4", "@rollup/plugin-alias": "5.1.0", "@rollup/plugin-json": "4.1.0", "@types/eslint": "7.29.0", diff --git a/packages/functions-compat/package.json b/packages/functions-compat/package.json index 87cf6437490..525b5de07c1 100644 --- a/packages/functions-compat/package.json +++ b/packages/functions-compat/package.json @@ -31,7 +31,7 @@ "@firebase/app-compat": "0.x" }, "devDependencies": { - "@firebase/app-compat": "0.2.34", + "@firebase/app-compat": "0.2.35", "rollup": "2.79.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", diff --git a/packages/functions/package.json b/packages/functions/package.json index 05871d18748..19c82878171 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -50,7 +50,7 @@ "@firebase/app": "0.x" }, "devDependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "rollup": "2.79.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", diff --git a/packages/installations-compat/package.json b/packages/installations-compat/package.json index eeccd92626e..eeecb6e0c9a 100644 --- a/packages/installations-compat/package.json +++ b/packages/installations-compat/package.json @@ -45,7 +45,7 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "@firebase/app-compat": "0.2.34", + "@firebase/app-compat": "0.2.35", "rollup": "2.79.1", "@rollup/plugin-commonjs": "21.1.0", "@rollup/plugin-json": "4.1.0", diff --git a/packages/installations/package.json b/packages/installations/package.json index af96d2c8261..5f0bd82ac79 100644 --- a/packages/installations/package.json +++ b/packages/installations/package.json @@ -50,7 +50,7 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "rollup": "2.79.1", "@rollup/plugin-commonjs": "21.1.0", "@rollup/plugin-json": "4.1.0", diff --git a/packages/messaging-compat/package.json b/packages/messaging-compat/package.json index a444dd95917..e13dbda90d7 100644 --- a/packages/messaging-compat/package.json +++ b/packages/messaging-compat/package.json @@ -45,7 +45,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app-compat": "0.2.34", + "@firebase/app-compat": "0.2.35", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", "ts-essentials": "9.3.0", diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 5c1b836de03..6527630cdc5 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -61,7 +61,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", "@rollup/plugin-json": "4.1.0", diff --git a/packages/performance-compat/package.json b/packages/performance-compat/package.json index c5459e167c7..8d087c3b3af 100644 --- a/packages/performance-compat/package.json +++ b/packages/performance-compat/package.json @@ -52,7 +52,7 @@ "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.7.4", - "@firebase/app-compat": "0.2.34" + "@firebase/app-compat": "0.2.35" }, "repository": { "directory": "packages/performance-compat", diff --git a/packages/performance/package.json b/packages/performance/package.json index 5bd7b556f5a..ba34de4adfe 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -47,7 +47,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "rollup": "2.79.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", diff --git a/packages/remote-config-compat/package.json b/packages/remote-config-compat/package.json index d8440ff0b78..f7315f75b96 100644 --- a/packages/remote-config-compat/package.json +++ b/packages/remote-config-compat/package.json @@ -51,7 +51,7 @@ "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.7.4", - "@firebase/app-compat": "0.2.34" + "@firebase/app-compat": "0.2.35" }, "repository": { "directory": "packages/remote-config-compat", diff --git a/packages/remote-config/package.json b/packages/remote-config/package.json index 155f9fc9e15..32a4b37afa4 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -49,7 +49,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.7.4" diff --git a/packages/storage-compat/package.json b/packages/storage-compat/package.json index 6f054c1a30b..65c748e4a38 100644 --- a/packages/storage-compat/package.json +++ b/packages/storage-compat/package.json @@ -45,8 +45,8 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@firebase/app-compat": "0.2.34", - "@firebase/auth-compat": "0.5.8", + "@firebase/app-compat": "0.2.35", + "@firebase/auth-compat": "0.5.9", "rollup": "2.79.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", diff --git a/packages/storage/package.json b/packages/storage/package.json index 2aab4c75211..f92ad266236 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -55,8 +55,8 @@ "@firebase/app": "0.x" }, "devDependencies": { - "@firebase/app": "0.10.4", - "@firebase/auth": "1.7.3", + "@firebase/app": "0.10.5", + "@firebase/auth": "1.7.4", "rollup": "2.79.1", "@rollup/plugin-alias": "5.1.0", "@rollup/plugin-json": "4.1.0", diff --git a/packages/template/package.json b/packages/template/package.json index f28f29c6491..5f50c9315e3 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -49,7 +49,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", "typescript": "4.7.4" diff --git a/packages/vertexai/CHANGELOG.md b/packages/vertexai/CHANGELOG.md index a002bcd9cc2..8ac6baf1f96 100644 --- a/packages/vertexai/CHANGELOG.md +++ b/packages/vertexai/CHANGELOG.md @@ -1,5 +1,11 @@ # @firebase/vertexai +## 0.0.2 + +### Patch Changes + +- [`3883133c3`](https://github.com/firebase/firebase-js-sdk/commit/3883133c33ba48027081eef9d946988f33b07606) [#8256](https://github.com/firebase/firebase-js-sdk/pull/8256) - Change `types` paths to point to rolled-up public `d.ts` files. This fixes some TypeScript compiler errors users are seeing. + ## 0.0.1 ### Patch Changes diff --git a/packages/vertexai/package.json b/packages/vertexai/package.json index 05d4ffd85fb..5c21f08f7cd 100644 --- a/packages/vertexai/package.json +++ b/packages/vertexai/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/vertexai-preview", - "version": "0.0.1", + "version": "0.0.2", "description": "A Firebase SDK for VertexAI (preview)", "author": "Firebase (https://firebase.google.com/)", "engines": { @@ -53,7 +53,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@firebase/app": "0.10.4", + "@firebase/app": "0.10.5", "@rollup/plugin-json": "4.1.0", "rollup": "2.79.1", "rollup-plugin-replace": "2.2.0", diff --git a/repo-scripts/size-analysis/package.json b/repo-scripts/size-analysis/package.json index 33f4ca5a7f1..44743fa12fc 100644 --- a/repo-scripts/size-analysis/package.json +++ b/repo-scripts/size-analysis/package.json @@ -42,7 +42,7 @@ "license": "Apache-2.0", "devDependencies": { "@firebase/logger": "0.4.2", - "@firebase/app": "0.10.4" + "@firebase/app": "0.10.5" }, "repository": { "directory": "repo-scripts/size-analysis",