@firebase/app-check-types 0.4.1 → 0.5.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 -41
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check-types",
3
- "version": "0.4.1",
3
+ "version": "0.5.0-canary.00235ba68",
4
4
  "description": "@firebase/app-check Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",
@@ -20,6 +20,6 @@
20
20
  "url": "https://github.com/firebase/firebase-js-sdk/issues"
21
21
  },
22
22
  "devDependencies": {
23
- "typescript": "4.2.2"
23
+ "typescript": "4.7.4"
24
24
  }
25
25
  }
package/CHANGELOG.md DELETED
@@ -1,41 +0,0 @@
1
- # @firebase/app-check-types
2
-
3
- ## 0.4.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.4.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.3.1
16
-
17
- ### Patch Changes
18
-
19
- - [`f1027e3c2`](https://github.com/firebase/firebase-js-sdk/commit/f1027e3c24cab52046766a898c6702860f5ad3f6) [#5261](https://github.com/firebase/firebase-js-sdk/pull/5261) (fixes [#5258](https://github.com/firebase/firebase-js-sdk/issues/5258)) - Fixed argument typings for `activate()`.
20
-
21
- ## 0.3.0
22
-
23
- ### Minor Changes
24
-
25
- - [`8599d9141`](https://github.com/firebase/firebase-js-sdk/commit/8599d91416ae8ac5202742f11cee00666d3360ec) [#4902](https://github.com/firebase/firebase-js-sdk/pull/4902) - Add `RecaptchaV3Provider` and `CustomProvider` classes that can be supplied to `firebase.appCheck().activate()`.
26
-
27
- ## 0.2.0
28
-
29
- ### Minor Changes
30
-
31
- - [`870dd5e35`](https://github.com/firebase/firebase-js-sdk/commit/870dd5e3594f5b588bdc2801c60c6d984d1d08cc) [#5033](https://github.com/firebase/firebase-js-sdk/pull/5033) - Added `getToken()` and `onTokenChanged` methods to App Check.
32
-
33
- ### Patch Changes
34
-
35
- - [`5d007b8fb`](https://github.com/firebase/firebase-js-sdk/commit/5d007b8fb64ac26c2f82704398965e9f3deda58a) [#5084](https://github.com/firebase/firebase-js-sdk/pull/5084) - Fixed so token listeners added through public API call the error handler while internal token listeners return the error as a token field.
36
-
37
- ## 0.1.0
38
-
39
- ### Minor Changes
40
-
41
- - [`81c131abe`](https://github.com/firebase/firebase-js-sdk/commit/81c131abea7001c5933156ff6b0f3925f16ff052) [#4860](https://github.com/firebase/firebase-js-sdk/pull/4860) - Release the Firebase App Check package.