@firebase/storage-compat 0.1.20 → 0.1.21
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 +12 -0
- package/dist/esm/index.esm2017.js +2 -2
- package/dist/esm/index.esm5.js +2 -2
- package/dist/index.cjs.js +1 -1
- package/dist/src/index.d.ts +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @firebase/storage-compat
|
|
2
2
|
|
|
3
|
+
## 0.1.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`de1c717c2`](https://github.com/firebase/firebase-js-sdk/commit/de1c717c2f69e9f21744135b74f92829927b200b), [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
|
|
10
|
+
- @firebase/storage@0.9.13
|
|
11
|
+
- @firebase/component@0.5.21
|
|
12
|
+
- @firebase/storage-types@0.6.1
|
|
13
|
+
- @firebase/util@1.7.3
|
|
14
|
+
|
|
3
15
|
## 0.1.20
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import firebase from '@firebase/app-compat';
|
|
2
|
-
import { _getChild, uploadBytesResumable,
|
|
2
|
+
import { _getChild, uploadBytesResumable, _dataFromString, _UploadTask, _FbsBlob, StringFormat, listAll, list, getMetadata, updateMetadata, getDownloadURL, deleteObject, _invalidRootOperation, _invalidArgument, ref, _Location, connectStorageEmulator, _TaskState, _TaskEvent } from '@firebase/storage';
|
|
3
3
|
import { Component } from '@firebase/component';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -347,7 +347,7 @@ function isUrl(path) {
|
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
const name = "@firebase/storage-compat";
|
|
350
|
-
const version = "0.1.
|
|
350
|
+
const version = "0.1.21";
|
|
351
351
|
|
|
352
352
|
/**
|
|
353
353
|
* @license
|
package/dist/esm/index.esm5.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import firebase from '@firebase/app-compat';
|
|
2
|
-
import { _getChild, uploadBytesResumable, _dataFromString, _UploadTask, _FbsBlob, listAll, list, getMetadata, updateMetadata, getDownloadURL, deleteObject, _invalidRootOperation,
|
|
2
|
+
import { _getChild, uploadBytesResumable, StringFormat, _dataFromString, _UploadTask, _FbsBlob, listAll, list, getMetadata, updateMetadata, getDownloadURL, deleteObject, _invalidRootOperation, _invalidArgument, ref, _Location, connectStorageEmulator, _TaskState, _TaskEvent } from '@firebase/storage';
|
|
3
3
|
import { __assign } from 'tslib';
|
|
4
4
|
import { Component } from '@firebase/component';
|
|
5
5
|
|
|
@@ -425,7 +425,7 @@ function isUrl(path) {
|
|
|
425
425
|
}
|
|
426
426
|
|
|
427
427
|
var name = "@firebase/storage-compat";
|
|
428
|
-
var version = "0.1.
|
|
428
|
+
var version = "0.1.21";
|
|
429
429
|
|
|
430
430
|
/**
|
|
431
431
|
* @license
|
package/dist/index.cjs.js
CHANGED
package/dist/src/index.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ declare module '@firebase/app-compat' {
|
|
|
50
50
|
|
|
51
51
|
/// <reference types="node" />
|
|
52
52
|
import { FirebaseApp as FirebaseAppCompat } from "@firebase/app-compat";
|
|
53
|
-
import { EmulatorMockTokenOptions, FullMetadata, FirebaseStorage, ListOptions, ListResult, StorageReference, SettableMetadata, UploadMetadata, UploadResult, UploadTask, StringFormat } from "@firebase/storage";
|
|
53
|
+
import { type EmulatorMockTokenOptions, type FullMetadata, type FirebaseStorage, type ListOptions, type ListResult, type StorageReference, type SettableMetadata, type UploadMetadata, type UploadResult, type UploadTask, type StringFormat } from "@firebase/storage";
|
|
54
54
|
declare module "@firebase/storage" {
|
|
55
55
|
function connectStorageEmulator(storage: types.FirebaseStorage, host: string, port: number, options?: {
|
|
56
56
|
mockUserToken?: EmulatorMockTokenOptions | string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/storage-compat",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.21",
|
|
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",
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
"@firebase/app-compat": "0.x"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@firebase/storage": "0.9.
|
|
42
|
-
"@firebase/storage-types": "0.6.
|
|
43
|
-
"@firebase/util": "1.7.
|
|
44
|
-
"@firebase/component": "0.5.
|
|
41
|
+
"@firebase/storage": "0.9.13",
|
|
42
|
+
"@firebase/storage-types": "0.6.1",
|
|
43
|
+
"@firebase/util": "1.7.3",
|
|
44
|
+
"@firebase/component": "0.5.21",
|
|
45
45
|
"tslib": "^2.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@firebase/app-compat": "0.1.
|
|
49
|
-
"@firebase/auth-compat": "0.2.
|
|
50
|
-
"rollup": "2.
|
|
48
|
+
"@firebase/app-compat": "0.1.38",
|
|
49
|
+
"@firebase/auth-compat": "0.2.24",
|
|
50
|
+
"rollup": "2.79.1",
|
|
51
51
|
"@rollup/plugin-json": "4.1.0",
|
|
52
52
|
"rollup-plugin-typescript2": "0.31.2",
|
|
53
53
|
"typescript": "4.2.2"
|