@firebase/app-check 0.4.0-canary.2bbbc51fa → 0.4.0-canary.456d664ae

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/dist/index.cjs.js CHANGED
@@ -998,7 +998,7 @@ function internalFactory(appCheck) {
998
998
  }
999
999
 
1000
1000
  var name = "@firebase/app-check";
1001
- var version = "0.4.0-canary.2bbbc51fa";
1001
+ var version = "0.4.0-canary.456d664ae";
1002
1002
 
1003
1003
  /**
1004
1004
  * @license
package/dist/index.esm.js CHANGED
@@ -994,7 +994,7 @@ function internalFactory(appCheck) {
994
994
  }
995
995
 
996
996
  var name = "@firebase/app-check";
997
- var version = "0.4.0-canary.2bbbc51fa";
997
+ var version = "0.4.0-canary.456d664ae";
998
998
 
999
999
  /**
1000
1000
  * @license
@@ -888,7 +888,7 @@ function internalFactory(appCheck) {
888
888
  }
889
889
 
890
890
  const name = "@firebase/app-check";
891
- const version = "0.4.0-canary.2bbbc51fa";
891
+ const version = "0.4.0-canary.456d664ae";
892
892
 
893
893
  /**
894
894
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.4.0-canary.2bbbc51fa",
3
+ "version": "0.4.0-canary.456d664ae",
4
4
  "description": "The App Check component of the Firebase JS SDK",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -25,21 +25,21 @@
25
25
  "typings:public": "node ../../scripts/build/use_typings.js ./dist/app-check-public.d.ts"
26
26
  },
27
27
  "peerDependencies": {
28
- "@firebase/app": "0.7.0-canary.2bbbc51fa"
28
+ "@firebase/app": "0.7.0-canary.456d664ae"
29
29
  },
30
30
  "dependencies": {
31
- "@firebase/util": "1.3.0-canary.2bbbc51fa",
32
- "@firebase/component": "0.5.6-canary.2bbbc51fa",
33
- "@firebase/logger": "0.2.6-canary.2bbbc51fa",
31
+ "@firebase/util": "1.3.0-canary.456d664ae",
32
+ "@firebase/component": "0.5.6-canary.456d664ae",
33
+ "@firebase/logger": "0.2.6-canary.456d664ae",
34
34
  "tslib": "^2.1.0"
35
35
  },
36
36
  "license": "Apache-2.0",
37
37
  "devDependencies": {
38
- "@firebase/app": "0.7.0-canary.2bbbc51fa",
39
- "rollup": "2.52.2",
40
- "@rollup/plugin-commonjs": "17.1.0",
38
+ "@firebase/app": "0.7.0-canary.456d664ae",
39
+ "rollup": "2.56.3",
40
+ "@rollup/plugin-commonjs": "20.0.0",
41
41
  "@rollup/plugin-json": "4.1.0",
42
- "@rollup/plugin-node-resolve": "11.2.0",
42
+ "@rollup/plugin-node-resolve": "13.0.4",
43
43
  "rollup-plugin-typescript2": "0.30.0",
44
44
  "typescript": "4.2.2"
45
45
  },