@firebase/storage-compat 0.4.3-eap-crashlytics.659b578fb → 0.4.4-20260728185501

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.
@@ -347,7 +347,7 @@ function isUrl(path) {
347
347
  }
348
348
 
349
349
  const name = "@firebase/storage-compat";
350
- const version = "0.4.3-eap-crashlytics.659b578fb";
350
+ const version = "0.4.4-20260728185501";
351
351
 
352
352
  /**
353
353
  * @license
package/dist/index.cjs.js CHANGED
@@ -351,7 +351,7 @@ function isUrl(path) {
351
351
  }
352
352
 
353
353
  const name = "@firebase/storage-compat";
354
- const version = "0.4.3-eap-crashlytics.659b578fb";
354
+ const version = "0.4.4-20260728185501";
355
355
 
356
356
  /**
357
357
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/storage-compat",
3
- "version": "0.4.3-eap-crashlytics.659b578fb",
3
+ "version": "0.4.4-20260728185501",
4
4
  "description": "The Firebase Firestore compatibility package",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "./dist/index.cjs.js",
@@ -34,18 +34,19 @@
34
34
  "add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../storage/dist/storage-public.d.ts -o dist/src/index.d.ts -a -r FirebaseStorage:types.FirebaseStorage -r StorageReference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/storage"
35
35
  },
36
36
  "peerDependencies": {
37
- "@firebase/app-compat": "0.5.15-eap-crashlytics.659b578fb"
37
+ "@firebase/app": "0.16.0-20260728185501",
38
+ "@firebase/app-compat": "0.5.16-20260728185501"
38
39
  },
39
40
  "dependencies": {
40
- "@firebase/storage": "0.14.3-eap-crashlytics.659b578fb",
41
- "@firebase/storage-types": "0.8.4-eap-crashlytics.659b578fb",
42
- "@firebase/util": "1.15.1-eap-crashlytics.659b578fb",
43
- "@firebase/component": "0.7.3-eap-crashlytics.659b578fb",
41
+ "@firebase/storage": "0.14.4-20260728185501",
42
+ "@firebase/storage-types": "0.8.4",
43
+ "@firebase/util": "1.15.2-20260728185501",
44
+ "@firebase/component": "0.7.4-20260728185501",
44
45
  "tslib": "^2.1.0"
45
46
  },
46
47
  "devDependencies": {
47
- "@firebase/app-compat": "0.5.15-eap-crashlytics.659b578fb",
48
- "@firebase/auth-compat": "0.6.8-eap-crashlytics.659b578fb",
48
+ "@firebase/app-compat": "0.5.16-20260728185501",
49
+ "@firebase/auth-compat": "0.6.9-20260728185501",
49
50
  "rollup": "4.62.2",
50
51
  "@rollup/plugin-json": "6.1.0",
51
52
  "rollup-plugin-typescript2": "0.37.0",