@firebase/app-types 0.8.1 → 0.9.0-canary.00235ba68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/CHANGELOG.md +0 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-types",
3
- "version": "0.8.1",
3
+ "version": "0.9.0-canary.00235ba68",
4
4
  "description": "@firebase/app Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",
@@ -24,6 +24,6 @@
24
24
  "@firebase/logger": "0.2.6"
25
25
  },
26
26
  "devDependencies": {
27
- "typescript": "4.2.2"
27
+ "typescript": "4.7.4"
28
28
  }
29
29
  }
package/CHANGELOG.md DELETED
@@ -1,31 +0,0 @@
1
- # @firebase/app-types
2
-
3
- ## 0.8.1
4
-
5
- ### Patch Changes
6
-
7
- - [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.
8
-
9
- ## 0.8.0
10
-
11
- ### Minor Changes
12
-
13
- - [`fdd4ab464`](https://github.com/firebase/firebase-js-sdk/commit/fdd4ab464b59a107bdcc195df3f01e32efd89ed4) [#6526](https://github.com/firebase/firebase-js-sdk/pull/6526) - Add functionality to auto-initialize project config and emulator settings from global defaults provided by framework tooling.
14
-
15
- ## 0.7.0
16
-
17
- ### Minor Changes
18
-
19
- - [`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6) [#5345](https://github.com/firebase/firebase-js-sdk/pull/5345) (fixes [#5015](https://github.com/firebase/firebase-js-sdk/issues/5015)) - Release modularized SDKs
20
-
21
- ## 0.6.3
22
-
23
- ### Patch Changes
24
-
25
- - [`3d10d33bc`](https://github.com/firebase/firebase-js-sdk/commit/3d10d33bc167177fecbf86d2a6574af2e4e210f9) [#5144](https://github.com/firebase/firebase-js-sdk/pull/5144) - Add @firebase/logger as a dependency to @firebase/app-types to ensure that it can be resolved when compiling the package in a strict yarn PnP environment.
26
-
27
- ## 0.6.2
28
-
29
- ### Patch Changes
30
-
31
- - [`f24d8961b`](https://github.com/firebase/firebase-js-sdk/commit/f24d8961b3b87821413297688803fc85113086b3) [#4714](https://github.com/firebase/firebase-js-sdk/pull/4714) - Internal typing changes