Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/firebase-js-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: firebase@9.8.2
Choose a base ref
...
head repository: firebase/firebase-js-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: firebase@9.8.3
Choose a head ref
  • 17 commits
  • 131 files changed
  • 7 contributors

Commits on May 31, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    19e37af View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    961c429 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9fddd5c View commit details

Commits on Jun 2, 2022

  1. fix: add type declarations to exports field (#6307)

    * fix: add type exports to `firebase` package
    
    * fix: add type exports to `@firebase` packages
    
    * chore: add changeset
    
    * fix: default condition should be last
    
    * fix: move `types` condition to the top of `exports`
    
    * fix: wrong type paths in @firebase/installations-compat
    andipaetzold authored Jun 2, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2cd1cc7 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d4b52b6 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f84cacd View commit details
  4. Update error handling for TS v4.4 unknown variables (#6326)

    * Update error handling for TS v4.4 unknown vars
    
    * Update formating for import
    dwyfrequency authored Jun 2, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0197076 View commit details

Commits on Jun 3, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2d6a414 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c66d59c View commit details

Commits on Jun 6, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    497d34c View commit details

Commits on Jun 8, 2022

  1. Update error handling for TS v4.4 unknown vars (#6335)

    * Update error handling for TS v4.4 unknown vars
    
    * Update formatting
    dwyfrequency authored Jun 8, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8340f84 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cec9946 View commit details
  3. Copy the full SHA
    d6338f0 View commit details

Commits on Jun 9, 2022

  1. Copy the full SHA
    59cc9ce View commit details
  2. Copy the full SHA
    2ce5d19 View commit details
  3. Copy the full SHA
    2a08f43 View commit details
  4. Version Packages (#6347)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    google-oss-bot and github-actions[bot] authored Jun 9, 2022
    Copy the full SHA
    56aad27 View commit details
Showing with 2,787 additions and 459 deletions.
  1. +27 −0 .github/workflows/check-pkg-paths.yml
  2. +1 −1 .github/workflows/release-log.yml
  3. +39 −0 .github/workflows/release-pr.yml
  4. +25 −26 .github/workflows/release-staging.yml
  5. +14 −14 integration/compat-interop/package.json
  6. +1 −1 integration/firebase/package.json
  7. +2 −2 integration/firestore/package.json
  8. +1 −1 integration/messaging/package.json
  9. +11 −0 packages/analytics-compat/CHANGELOG.md
  10. +6 −5 packages/analytics-compat/package.json
  11. +12 −0 packages/analytics/CHANGELOG.md
  12. +7 −6 packages/analytics/package.json
  13. +1 −1 packages/analytics/src/index.ts
  14. +12 −0 packages/app-check-compat/CHANGELOG.md
  15. +7 −6 packages/app-check-compat/package.json
  16. +11 −0 packages/app-check/CHANGELOG.md
  17. +6 −5 packages/app-check/package.json
  18. +3 −3 packages/app-check/src/client.test.ts
  19. +2 −2 packages/app-check/src/client.ts
  20. +1 −1 packages/app-check/src/indexeddb.ts
  21. +12 −0 packages/app-compat/CHANGELOG.md
  22. +6 −5 packages/app-compat/package.json
  23. +11 −0 packages/app/CHANGELOG.md
  24. +5 −4 packages/app/package.json
  25. +2 −2 packages/app/src/indexeddb.ts
  26. +11 −0 packages/auth-compat/CHANGELOG.md
  27. +7 −5 packages/auth-compat/package.json
  28. +13 −0 packages/auth/CHANGELOG.md
  29. +38 −13 packages/auth/package.json
  30. +2 −2 packages/auth/src/core/auth/middleware.ts
  31. +1 −1 packages/auth/test/integration/flows/phone.test.ts
  32. +9 −0 packages/component/CHANGELOG.md
  33. +3 −2 packages/component/package.json
  34. +15 −0 packages/database-compat/CHANGELOG.md
  35. +10 −10 packages/database-compat/package.json
  36. +2 −0 packages/database-compat/src/index.node.ts
  37. +7 −0 packages/database-types/CHANGELOG.md
  38. +2 −2 packages/database-types/package.json
  39. +11 −0 packages/database/CHANGELOG.md
  40. +6 −5 packages/database/package.json
  41. +32 −0 packages/firebase/CHANGELOG.md
  42. +51 −25 packages/firebase/package.json
  43. +11 −0 packages/firestore-compat/CHANGELOG.md
  44. +6 −5 packages/firestore-compat/package.json
  45. +47 −15 packages/firestore-compat/src/api/database.ts
  46. +14 −0 packages/firestore/CHANGELOG.md
  47. +13 −11 packages/firestore/package.json
  48. +2 −0 packages/firestore/src/api/transaction.ts
  49. +56 −12 packages/firestore/src/core/component_provider.ts
  50. +1 −1 packages/firestore/src/core/event_manager.ts
  51. +2 −0 packages/firestore/src/lite-api/transaction.ts
  52. +1 −1 packages/firestore/src/local/document_overlay_cache.ts
  53. +223 −0 packages/firestore/src/local/index_backfiller.ts
  54. +6 −0 packages/firestore/src/local/index_manager.ts
  55. +8 −12 packages/firestore/src/local/indexeddb_document_overlay_cache.ts
  56. +52 −17 packages/firestore/src/local/indexeddb_index_manager.ts
  57. +19 −30 packages/firestore/src/local/indexeddb_schema_converter.ts
  58. +88 −8 packages/firestore/src/local/local_documents_view.ts
  59. +11 −0 packages/firestore/src/local/local_store.ts
  60. +9 −13 packages/firestore/src/local/local_store_impl.ts
  61. +10 −15 packages/firestore/src/local/lru_garbage_collector_impl.ts
  62. +8 −12 packages/firestore/src/local/memory_document_overlay_cache.ts
  63. +7 −0 packages/firestore/src/local/memory_index_manager.ts
  64. +3 −5 packages/firestore/src/local/persistence.ts
  65. +51 −0 packages/firestore/src/local/persistence_promise.ts
  66. +3 −5 packages/firestore/src/local/query_engine.ts
  67. +20 −10 packages/firestore/src/model/collections.ts
  68. +2 −3 packages/firestore/src/model/mutation_batch.ts
  69. +6 −1 packages/firestore/src/util/async_queue.ts
  70. +7 −7 packages/firestore/test/unit/local/document_overlay_cache.test.ts
  71. +736 −0 packages/firestore/test/unit/local/index_backfiller.test.ts
  72. +1 −1 packages/firestore/test/unit/local/test_document_overlay_cache.ts
  73. +13 −7 packages/firestore/test/unit/specs/spec_test_components.ts
  74. +5 −1 packages/firestore/test/util/helpers.ts
  75. +11 −0 packages/functions-compat/CHANGELOG.md
  76. +6 −5 packages/functions-compat/package.json
  77. +10 −0 packages/functions/CHANGELOG.md
  78. +5 −4 packages/functions/package.json
  79. +5 −3 packages/functions/src/callable.test.ts
  80. +13 −0 packages/installations-compat/CHANGELOG.md
  81. +7 −6 packages/installations-compat/package.json
  82. +10 −0 packages/installations/CHANGELOG.md
  83. +5 −4 packages/installations/package.json
  84. +6 −0 packages/logger/CHANGELOG.md
  85. +2 −1 packages/logger/package.json
  86. +11 −0 packages/messaging-compat/CHANGELOG.md
  87. +6 −5 packages/messaging-compat/package.json
  88. +13 −0 packages/messaging/CHANGELOG.md
  89. +7 −5 packages/messaging/package.json
  90. +9 −4 packages/messaging/src/helpers/externalizePayload.test.ts
  91. +10 −3 packages/messaging/src/helpers/externalizePayload.ts
  92. +1 −1 packages/messaging/src/helpers/registerDefaultSw.ts
  93. +12 −0 packages/performance-compat/CHANGELOG.md
  94. +7 −6 packages/performance-compat/package.json
  95. +12 −0 packages/performance/CHANGELOG.md
  96. +7 −6 packages/performance/package.json
  97. +12 −0 packages/remote-config-compat/CHANGELOG.md
  98. +7 −6 packages/remote-config-compat/package.json
  99. +12 −0 packages/remote-config/CHANGELOG.md
  100. +7 −6 packages/remote-config/package.json
  101. +1 −1 packages/remote-config/src/api.ts
  102. +3 −3 packages/remote-config/src/client/rest_client.ts
  103. +1 −1 packages/remote-config/src/client/retrying_client.ts
  104. +5 −5 packages/remote-config/src/storage/storage.ts
  105. +1 −1 packages/remote-config/test/client/rest_client.test.ts
  106. +11 −0 packages/storage-compat/CHANGELOG.md
  107. +7 −6 packages/storage-compat/package.json
  108. +12 −0 packages/storage/CHANGELOG.md
  109. +6 −5 packages/storage/package.json
  110. +1 −1 packages/storage/rollup.config.js
  111. +2 −2 packages/storage/src/platform/node/connection.ts
  112. +1 −1 packages/storage/src/task.ts
  113. +1 −1 packages/storage/test/browser/blob.test.ts
  114. +2 −2 packages/storage/test/integration/integration.test.ts
  115. +1 −1 packages/storage/test/node/stream.test.ts
  116. +1 −1 packages/storage/test/unit/testshared.ts
  117. +6 −1 packages/template/CHANGELOG.md
  118. +3 −2 packages/template/package.json
  119. +6 −0 packages/util/CHANGELOG.md
  120. +2 −1 packages/util/package.json
  121. +4 −3 packages/util/test/errors.test.ts
  122. +6 −0 packages/webchannel-wrapper/CHANGELOG.md
  123. +2 −1 packages/webchannel-wrapper/package.json
  124. +5 −3 repo-scripts/api-documenter/src/plugin/PluginLoader.ts
  125. +14 −0 repo-scripts/api-documenter/src/toc.ts
  126. +3 −3 repo-scripts/size-analysis/package.json
  127. +148 −0 scripts/ci-test/check-paths.ts
  128. +3 −2 scripts/ci/check_changeset.ts
  129. +2 −3 scripts/release/release.ts
  130. +11 −2 scripts/release/utils/publish.ts
  131. +417 −0 toc/toc.yaml
27 changes: 27 additions & 0 deletions .github/workflows/check-pkg-paths.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Test Package Paths

on: pull_request

jobs:
test:
name: Test Package Paths
runs-on: ubuntu-latest

steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Yarn install
run: yarn
- name: Yarn build
run: yarn build
- name: Swap in public typings
run: yarn release:prepare
- name: Check paths
run: yarn ts-node scripts/ci-test/check-paths.ts
2 changes: 1 addition & 1 deletion .github/workflows/release-log.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ on:
pull_request:
branches:
- release
- v8-releasebranch
- '*-releasebranch'

jobs:
release:
39 changes: 39 additions & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Create Release PR

on:
push:
branches:
- release
- '*-releasebranch'

jobs:
release:
name: Create Release PR
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 14.x
uses: actions/setup-node@master
with:
node-version: 14.x

- name: Install Dependencies
run: yarn

# Ensures a new @firebase/app is published with every release.
# This keeps the SDK_VERSION variable up to date.
- name: Add a changeset for @firebase/app
# pull master so changeset can diff against it
run: |
git pull -f --no-rebase origin master:master
yarn ts-node-script scripts/ci/add_changeset.ts
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
51 changes: 25 additions & 26 deletions .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
name: Staging Release

on: workflow_dispatch
on:
workflow_dispatch:
inputs:
release-branch:
description: 'Release branch'
type: string
default: 'release'
required: true
source-branch:
description: 'Branch to release from'
type: choice
default: 'master'
required: true
options:
- master
- v8

jobs:
deploy:
name: Staging Release
runs-on: ubuntu-latest
# Allow GITHUB_TOKEN to have write permissions
permissions:
contents: write

# Block this workflow if run on a non-release branch.
if: github.event.inputs.release-branch == 'release' || endsWith(github.event.inputs.release-branch, '-releasebranch')
steps:
- name: Set up Node (14)
uses: actions/setup-node@v2
@@ -18,37 +31,23 @@ jobs:
- name: Merge master into release
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
script: |
await github.rest.repos.merge({
const result = await github.rest.repos.merge({
owner: context.repo.owner,
repo: context.repo.repo,
base: 'release',
head: 'master'
base: '${{ github.event.inputs.release-branch }}',
head: '${{ github.event.inputs.source-branch }}'
})
- name: Checkout release branch (with history)
console.log(result)
- name: Checkout current branch (with history)
uses: actions/checkout@master
with:
# Release script requires git history and tags.
fetch-depth: 0
ref: release
ref: ${{ github.event.inputs.release-branch }}
- name: Yarn install
run: yarn
# Ensures a new @firebase/app is published with every release.
# This keeps the SDK_VERSION variable up to date.
- name: Add a changeset for @firebase/app
# pull master so changeset can diff against it
run: |
git pull -f --no-rebase origin master:master
yarn ts-node-script scripts/ci/add_changeset.ts
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
- name: Go back to release branch
# changesets/action created and checked out a new branch
# return to `release` branch.
run: git checkout release
- name: Publish to NPM
# --skipTests No need to run tests
# --skipReinstall Yarn install has already been run
28 changes: 14 additions & 14 deletions integration/compat-interop/package.json
Original file line number Diff line number Diff line change
@@ -8,20 +8,20 @@
"test:debug": "karma start --browsers Chrome --auto-watch"
},
"dependencies": {
"@firebase/app": "0.7.25",
"@firebase/app-compat": "0.1.26",
"@firebase/analytics": "0.7.9",
"@firebase/analytics-compat": "0.1.10",
"@firebase/auth": "0.20.2",
"@firebase/auth-compat": "0.2.15",
"@firebase/functions": "0.8.1",
"@firebase/functions-compat": "0.2.1",
"@firebase/messaging": "0.9.13",
"@firebase/messaging-compat": "0.1.13",
"@firebase/performance": "0.5.9",
"@firebase/performance-compat": "0.1.9",
"@firebase/remote-config": "0.3.8",
"@firebase/remote-config-compat": "0.1.9"
"@firebase/app": "0.7.26",
"@firebase/app-compat": "0.1.27",
"@firebase/analytics": "0.7.10",
"@firebase/analytics-compat": "0.1.11",
"@firebase/auth": "0.20.3",
"@firebase/auth-compat": "0.2.16",
"@firebase/functions": "0.8.2",
"@firebase/functions-compat": "0.2.2",
"@firebase/messaging": "0.9.14",
"@firebase/messaging-compat": "0.1.14",
"@firebase/performance": "0.5.10",
"@firebase/performance-compat": "0.1.10",
"@firebase/remote-config": "0.3.9",
"@firebase/remote-config-compat": "0.1.10"
},
"devDependencies": {
"typescript": "4.2.2"
2 changes: 1 addition & 1 deletion integration/firebase/package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test"
},
"devDependencies": {
"firebase": "9.8.2",
"firebase": "9.8.3",
"@types/chai": "4.3.1",
"@types/mocha": "9.1.1",
"chai": "4.3.6",
4 changes: 2 additions & 2 deletions integration/firestore/package.json
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
},
"dependencies": {
"@firebase/app": "0.7.25",
"@firebase/firestore": "3.4.9"
"@firebase/app": "0.7.26",
"@firebase/firestore": "3.4.10"
},
"devDependencies": {
"@types/mocha": "9.1.1",
2 changes: 1 addition & 1 deletion integration/messaging/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"test:manual": "mocha --exit"
},
"devDependencies": {
"firebase": "9.8.2",
"firebase": "9.8.3",
"chai": "4.3.6",
"chromedriver": "98.0.1",
"express": "4.18.1",
11 changes: 11 additions & 0 deletions packages/analytics-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @firebase/analytics-compat

## 0.1.11

### Patch Changes

- [`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5) [#6307](https://github.com/firebase/firebase-js-sdk/pull/6307) (fixes [#6300](https://github.com/firebase/firebase-js-sdk/issues/6300)) - fix: add type declarations to exports field

- Updated dependencies [[`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5)]:
- @firebase/analytics@0.7.10
- @firebase/component@0.5.15
- @firebase/util@1.6.1

## 0.1.10

### Patch Changes
11 changes: 6 additions & 5 deletions packages/analytics-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics-compat",
"version": "0.1.10",
"version": "0.1.11",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
@@ -9,6 +9,7 @@
"esm5": "dist/esm/index.esm.js",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"require": "./dist/index.cjs.js",
"esm5": "./dist/esm/index.esm.js",
"default": "./dist/esm/index.esm2017.js"
@@ -23,7 +24,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.1.26",
"@firebase/app-compat": "0.1.27",
"rollup": "2.72.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
@@ -52,10 +53,10 @@
},
"typings": "dist/src/index.d.ts",
"dependencies": {
"@firebase/component": "0.5.14",
"@firebase/analytics": "0.7.9",
"@firebase/component": "0.5.15",
"@firebase/analytics": "0.7.10",
"@firebase/analytics-types": "0.7.0",
"@firebase/util": "1.6.0",
"@firebase/util": "1.6.1",
"tslib": "^2.1.0"
},
"nyc": {
12 changes: 12 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @firebase/analytics

## 0.7.10

### Patch Changes

- [`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5) [#6307](https://github.com/firebase/firebase-js-sdk/pull/6307) (fixes [#6300](https://github.com/firebase/firebase-js-sdk/issues/6300)) - fix: add type declarations to exports field

- Updated dependencies [[`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5)]:
- @firebase/component@0.5.15
- @firebase/installations@0.5.10
- @firebase/logger@0.3.3
- @firebase/util@1.6.1

## 0.7.9

### Patch Changes
13 changes: 7 additions & 6 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics",
"version": "0.7.9",
"version": "0.7.10",
"description": "A analytics package for new firebase packages",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
@@ -9,6 +9,7 @@
"esm5": "dist/esm/index.esm.js",
"exports": {
".": {
"types": "./dist/analytics-public.d.ts",
"require": "./dist/index.cjs.js",
"esm5": "./dist/esm/index.esm.js",
"default": "./dist/esm/index.esm2017.js"
@@ -39,15 +40,15 @@
"@firebase/app": "0.x"
},
"dependencies": {
"@firebase/installations": "0.5.9",
"@firebase/logger": "0.3.2",
"@firebase/util": "1.6.0",
"@firebase/component": "0.5.14",
"@firebase/installations": "0.5.10",
"@firebase/logger": "0.3.3",
"@firebase/util": "1.6.1",
"@firebase/component": "0.5.15",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.7.25",
"@firebase/app": "0.7.26",
"rollup": "2.72.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
2 changes: 1 addition & 1 deletion packages/analytics/src/index.ts
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ function registerAnalytics(): void {
};
} catch (e) {
throw ERROR_FACTORY.create(AnalyticsError.INTEROP_COMPONENT_REG_FAILED, {
reason: e
reason: e as Error
});
}
}
12 changes: 12 additions & 0 deletions packages/app-check-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @firebase/app-check-compat

## 0.2.9

### Patch Changes

- [`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5) [#6307](https://github.com/firebase/firebase-js-sdk/pull/6307) (fixes [#6300](https://github.com/firebase/firebase-js-sdk/issues/6300)) - fix: add type declarations to exports field

- Updated dependencies [[`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5)]:
- @firebase/app-check@0.5.9
- @firebase/component@0.5.15
- @firebase/logger@0.3.3
- @firebase/util@1.6.1

## 0.2.8

### Patch Changes
13 changes: 7 additions & 6 deletions packages/app-check-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-check-compat",
"version": "0.2.8",
"version": "0.2.9",
"description": "A compat App Check package for new firebase packages",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
@@ -9,6 +9,7 @@
"esm5": "dist/esm/index.esm.js",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"require": "./dist/index.cjs.js",
"esm5": "./dist/esm/index.esm.js",
"default": "./dist/esm/index.esm2017.js"
@@ -34,16 +35,16 @@
"@firebase/app-compat": "0.x"
},
"dependencies": {
"@firebase/app-check": "0.5.8",
"@firebase/app-check": "0.5.9",
"@firebase/app-check-types": "0.4.0",
"@firebase/logger": "0.3.2",
"@firebase/util": "1.6.0",
"@firebase/component": "0.5.14",
"@firebase/logger": "0.3.3",
"@firebase/util": "1.6.1",
"@firebase/component": "0.5.15",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.1.26",
"@firebase/app-compat": "0.1.27",
"rollup": "2.72.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Loading