@firebase/storage-compat 0.1.3 → 0.1.4-canary.1048c4f2d
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 +9 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm2017.js +1 -1
- package/dist/index.esm5.js +1 -1
- package/package.json +19 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @firebase/storage-compat
|
|
2
2
|
|
|
3
|
+
## 0.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`352cc2647`](https://github.com/firebase/firebase-js-sdk/commit/352cc26476a0c249f89d19eb371ecdcbbd067e5f) [#5587](https://github.com/firebase/firebase-js-sdk/pull/5587) - Add "repository" field to package.json files that were missing it.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`a7e00b9eb`](https://github.com/firebase/firebase-js-sdk/commit/a7e00b9ebbb05b094a8bf620790146e750463c12), [`93795c780`](https://github.com/firebase/firebase-js-sdk/commit/93795c7801d6b28ccbbe5855fd2f3fc377b1db5f)]:
|
|
10
|
+
- @firebase/storage@0.8.4
|
|
11
|
+
|
|
3
12
|
## 0.1.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/index.cjs.js
CHANGED
|
@@ -433,7 +433,7 @@ function isUrl(path) {
|
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
var name = "@firebase/storage-compat";
|
|
436
|
-
var version = "0.1.
|
|
436
|
+
var version = "0.1.4-canary.1048c4f2d";
|
|
437
437
|
|
|
438
438
|
/**
|
|
439
439
|
* @license
|
|
@@ -479,7 +479,7 @@ function registerStorage(instance) {
|
|
|
479
479
|
.setMultipleInstances(true));
|
|
480
480
|
instance.registerVersion(name, version);
|
|
481
481
|
}
|
|
482
|
-
registerStorage(firebase__default[
|
|
482
|
+
registerStorage(firebase__default["default"]);
|
|
483
483
|
|
|
484
484
|
exports.registerStorage = registerStorage;
|
|
485
485
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.esm2017.js
CHANGED
package/dist/index.esm5.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/storage-compat",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4-canary.1048c4f2d",
|
|
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",
|
|
@@ -26,24 +26,32 @@
|
|
|
26
26
|
"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"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@firebase/app-compat": "0.
|
|
29
|
+
"@firebase/app-compat": "0.1.5-canary.1048c4f2d"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@firebase/storage": "0.8.
|
|
33
|
-
"@firebase/storage-types": "0.6.0",
|
|
34
|
-
"@firebase/util": "1.4.0",
|
|
35
|
-
"@firebase/component": "0.5.7",
|
|
32
|
+
"@firebase/storage": "0.8.4-canary.1048c4f2d",
|
|
33
|
+
"@firebase/storage-types": "0.6.0-canary.1048c4f2d",
|
|
34
|
+
"@firebase/util": "1.4.0-canary.1048c4f2d",
|
|
35
|
+
"@firebase/component": "0.5.7-canary.1048c4f2d",
|
|
36
36
|
"tslib": "^2.1.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@firebase/app-compat": "0.1.
|
|
40
|
-
"@firebase/auth-compat": "0.1.
|
|
41
|
-
"rollup": "2.
|
|
39
|
+
"@firebase/app-compat": "0.1.5-canary.1048c4f2d",
|
|
40
|
+
"@firebase/auth-compat": "0.1.6-canary.1048c4f2d",
|
|
41
|
+
"rollup": "2.57.0",
|
|
42
42
|
"@rollup/plugin-json": "4.1.0",
|
|
43
43
|
"rollup-plugin-typescript2": "0.30.0",
|
|
44
44
|
"typescript": "4.2.2"
|
|
45
45
|
},
|
|
46
46
|
"files": [
|
|
47
47
|
"dist"
|
|
48
|
-
]
|
|
49
|
-
|
|
48
|
+
],
|
|
49
|
+
"repository": {
|
|
50
|
+
"directory": "packages/storage-compat",
|
|
51
|
+
"type": "git",
|
|
52
|
+
"url": "https://github.com/firebase/firebase-js-sdk.git"
|
|
53
|
+
},
|
|
54
|
+
"bugs": {
|
|
55
|
+
"url": "https://github.com/firebase/firebase-js-sdk/issues"
|
|
56
|
+
}
|
|
57
|
+
}
|