@depup/firebase__app-check-compat 0.4.1-depup.0 → 0.4.2-depup.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/README.md CHANGED
@@ -13,8 +13,8 @@ npm install @depup/firebase__app-check-compat
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@firebase/app-check-compat](https://www.npmjs.com/package/@firebase/app-check-compat) @ 0.4.1 |
17
- | Processed | 2026-03-17 |
16
+ | Original | [@firebase/app-check-compat](https://www.npmjs.com/package/@firebase/app-check-compat) @ 0.4.2 |
17
+ | Processed | 2026-03-19 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 1 |
20
20
 
package/changes.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "to": "^2.8.1"
6
6
  }
7
7
  },
8
- "timestamp": "2026-03-17T16:31:22.416Z",
8
+ "timestamp": "2026-03-19T16:24:01.762Z",
9
9
  "totalUpdated": 1
10
10
  }
@@ -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.4.1";
7
+ const version = "0.4.2";
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
  const name = "@firebase/app-check-compat";
15
- const version = "0.4.1";
15
+ const version = "0.4.2";
16
16
 
17
17
  /**
18
18
  * @license
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/firebase__app-check-compat",
3
- "version": "0.4.1-depup.0",
4
- "description": "[DepUp] A compat App Check package for new firebase packages",
3
+ "version": "0.4.2-depup.0",
4
+ "description": "A compat App Check package for new firebase packages (with updated dependencies)",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
7
7
  "browser": "dist/esm/index.esm.js",
@@ -36,16 +36,16 @@
36
36
  "@firebase/app-compat": "0.x"
37
37
  },
38
38
  "dependencies": {
39
- "@firebase/app-check": "0.11.1",
39
+ "@firebase/app-check": "0.11.2",
40
40
  "@firebase/app-check-types": "0.5.3",
41
41
  "@firebase/logger": "0.5.0",
42
- "@firebase/util": "1.14.0",
43
- "@firebase/component": "0.7.1",
42
+ "@firebase/util": "1.15.0",
43
+ "@firebase/component": "0.7.2",
44
44
  "tslib": "^2.8.1"
45
45
  },
46
46
  "license": "Apache-2.0",
47
47
  "devDependencies": {
48
- "@firebase/app-compat": "0.5.9",
48
+ "@firebase/app-compat": "0.5.10",
49
49
  "rollup": "2.79.2",
50
50
  "@rollup/plugin-commonjs": "21.1.0",
51
51
  "@rollup/plugin-json": "6.1.0",
@@ -72,10 +72,12 @@
72
72
  "node": ">=20.0.0"
73
73
  },
74
74
  "keywords": [
75
+ "@firebase/app-check-compat",
75
76
  "depup",
76
- "dependency-bumped",
77
- "updated-deps",
78
- "@firebase/app-check-compat"
77
+ "updated-dependencies",
78
+ "security",
79
+ "latest",
80
+ "patched"
79
81
  ],
80
82
  "depup": {
81
83
  "changes": {
@@ -86,8 +88,8 @@
86
88
  },
87
89
  "depsUpdated": 1,
88
90
  "originalPackage": "@firebase/app-check-compat",
89
- "originalVersion": "0.4.1",
90
- "processedAt": "2026-03-17T16:31:27.314Z",
91
+ "originalVersion": "0.4.2",
92
+ "processedAt": "2026-03-19T16:24:05.870Z",
91
93
  "smokeTest": "failed"
92
94
  }
93
95
  }