@firebase/app-check-compat 0.2.0-2021102231614 → 0.2.0

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @firebase/app-check-compat
2
2
 
3
- ## 0.2.0-2021102231614
3
+ ## 0.2.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,11 +11,10 @@
11
11
  - [`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684) [#5693](https://github.com/firebase/firebase-js-sdk/pull/5693) - Add exports field to all packages
12
12
 
13
13
  - Updated dependencies [[`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684), [`61604979c`](https://github.com/firebase/firebase-js-sdk/commit/61604979cb35647610ea385a6ba0ca67cb03f5d1)]:
14
- - @firebase/app-check@0.5.0-2021102231614
15
- - @firebase/app-compat@0.1.7-2021102231614
16
- - @firebase/component@0.5.8-2021102231614
17
- - @firebase/logger@0.3.1-2021102231614
18
- - @firebase/util@1.4.1-2021102231614
14
+ - @firebase/app-check@0.5.0
15
+ - @firebase/component@0.5.8
16
+ - @firebase/logger@0.3.1
17
+ - @firebase/util@1.4.1
19
18
 
20
19
  ## 0.1.3
21
20
 
@@ -4,7 +4,7 @@ import { ReCaptchaV3Provider, ReCaptchaEnterpriseProvider, CustomProvider, initi
4
4
  import { ErrorFactory } from '@firebase/util';
5
5
 
6
6
  var name = "@firebase/app-check-compat";
7
- var version = "0.2.0-2021102231614";
7
+ var version = "0.2.0";
8
8
 
9
9
  /**
10
10
  * @license
@@ -4,7 +4,7 @@ import { ReCaptchaV3Provider, ReCaptchaEnterpriseProvider, CustomProvider, initi
4
4
  import { ErrorFactory } from '@firebase/util';
5
5
 
6
6
  const name = "@firebase/app-check-compat";
7
- const version = "0.2.0-2021102231614";
7
+ const version = "0.2.0";
8
8
 
9
9
  /**
10
10
  * @license
package/dist/index.cjs.js CHANGED
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
12
12
  var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
13
13
 
14
14
  var name = "@firebase/app-check-compat";
15
- var version = "0.2.0-2021102231614";
15
+ var version = "0.2.0";
16
16
 
17
17
  /**
18
18
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check-compat",
3
- "version": "0.2.0-2021102231614",
3
+ "version": "0.2.0",
4
4
  "description": "A compat App Check package for new firebase packages",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -30,18 +30,18 @@
30
30
  "add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../app-check/dist/app-check-public.d.ts -o dist/src/index.d.ts -a -r AppCheck:FirebaseAppCheck -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/app-check"
31
31
  },
32
32
  "peerDependencies": {
33
- "@firebase/app-compat": "0.1.7-2021102231614"
33
+ "@firebase/app-compat": "0.x"
34
34
  },
35
35
  "dependencies": {
36
- "@firebase/app-check": "0.5.0-2021102231614",
37
- "@firebase/logger": "0.3.1-2021102231614",
38
- "@firebase/util": "1.4.1-2021102231614",
39
- "@firebase/component": "0.5.8-2021102231614",
36
+ "@firebase/app-check": "0.5.0",
37
+ "@firebase/logger": "0.3.1",
38
+ "@firebase/util": "1.4.1",
39
+ "@firebase/component": "0.5.8",
40
40
  "tslib": "^2.1.0"
41
41
  },
42
42
  "license": "Apache-2.0",
43
43
  "devDependencies": {
44
- "@firebase/app-compat": "0.1.7-2021102231614",
44
+ "@firebase/app-compat": "0.1.7",
45
45
  "rollup": "2.57.0",
46
46
  "@rollup/plugin-commonjs": "21.0.0",
47
47
  "@rollup/plugin-json": "4.1.0",