@firebase/auth-types 0.11.1 → 0.12.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 +4 -4
  2. package/CHANGELOG.md +0 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/auth-types",
3
- "version": "0.11.1",
3
+ "version": "0.12.0-canary.00235ba68",
4
4
  "description": "@firebase/auth Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",
@@ -12,8 +12,8 @@
12
12
  "index.d.ts"
13
13
  ],
14
14
  "peerDependencies": {
15
- "@firebase/app-types": "0.x",
16
- "@firebase/util": "1.x"
15
+ "@firebase/app-types": "0.9.0-canary.00235ba68",
16
+ "@firebase/util": "1.9.3-canary.00235ba68"
17
17
  },
18
18
  "repository": {
19
19
  "directory": "packages/auth-types",
@@ -24,6 +24,6 @@
24
24
  "url": "https://github.com/firebase/firebase-js-sdk/issues"
25
25
  },
26
26
  "devDependencies": {
27
- "typescript": "4.2.2"
27
+ "typescript": "4.7.4"
28
28
  }
29
29
  }
package/CHANGELOG.md DELETED
@@ -1,25 +0,0 @@
1
- # @firebase/auth-types
2
-
3
- ## 0.11.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.11.0
10
-
11
- ### Minor Changes
12
-
13
- - [`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
14
-
15
- ## 0.10.3
16
-
17
- ### Patch Changes
18
-
19
- - [`3f370215a`](https://github.com/firebase/firebase-js-sdk/commit/3f370215aa571db6b41b92a7d8a9aaad2ea0ecd0) [#4808](https://github.com/firebase/firebase-js-sdk/pull/4808) (fixes [#4789](https://github.com/firebase/firebase-js-sdk/issues/4789)) - Update peerDependencies
20
-
21
- ## 0.10.2
22
-
23
- ### Patch Changes
24
-
25
- - [`4ab5a9ce5`](https://github.com/firebase/firebase-js-sdk/commit/4ab5a9ce5b6256a95d745f6dc40a5e5ddd2301f2) [#4481](https://github.com/firebase/firebase-js-sdk/pull/4481) - Add emulator methods to auth-types.