@firebase/storage-compat 0.4.0-canary.e25317f9f → 0.4.0-canary.ea8512812

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.0-canary.e25317f9f";
350
+ const version = "0.4.0-canary.ea8512812";
351
351
 
352
352
  /**
353
353
  * @license
package/dist/index.cjs.js CHANGED
@@ -355,7 +355,7 @@ function isUrl(path) {
355
355
  }
356
356
 
357
357
  const name = "@firebase/storage-compat";
358
- const version = "0.4.0-canary.e25317f9f";
358
+ const version = "0.4.0-canary.ea8512812";
359
359
 
360
360
  /**
361
361
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/storage-compat",
3
- "version": "0.4.0-canary.e25317f9f",
3
+ "version": "0.4.0-canary.ea8512812",
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,18 @@
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.0-canary.e25317f9f"
37
+ "@firebase/app-compat": "0.5.3-canary.ea8512812"
38
38
  },
39
39
  "dependencies": {
40
- "@firebase/storage": "0.14.0-canary.e25317f9f",
41
- "@firebase/storage-types": "0.8.3-canary.e25317f9f",
42
- "@firebase/util": "1.13.0-canary.e25317f9f",
43
- "@firebase/component": "0.7.0-canary.e25317f9f",
40
+ "@firebase/storage": "0.14.0-canary.ea8512812",
41
+ "@firebase/storage-types": "0.8.3-canary.ea8512812",
42
+ "@firebase/util": "1.13.0-canary.ea8512812",
43
+ "@firebase/component": "0.7.0-canary.ea8512812",
44
44
  "tslib": "^2.1.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@firebase/app-compat": "0.5.0-canary.e25317f9f",
48
- "@firebase/auth-compat": "0.6.0-canary.e25317f9f",
47
+ "@firebase/app-compat": "0.5.3-canary.ea8512812",
48
+ "@firebase/auth-compat": "0.6.0-canary.ea8512812",
49
49
  "rollup": "2.79.2",
50
50
  "@rollup/plugin-json": "6.1.0",
51
51
  "rollup-plugin-typescript2": "0.36.0",