@firebase/storage 0.3.31-canary.fc3d5396 → 0.3.31

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2019 Google LLC
3
+ * Copyright 2019 Google Inc.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -19,5 +19,5 @@
19
19
  */
20
20
  import { AuthWrapper } from './authwrapper';
21
21
  import { ListResult } from '../list';
22
- export declare function fromResponseString(authWrapper: AuthWrapper, bucket: string, resourceString: string): ListResult | null;
22
+ export declare function fromResponseString(authWrapper: AuthWrapper, resourceString: string): ListResult | null;
23
23
  export declare function listOptionsValidator(p: unknown): void;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2017 Google LLC
3
+ * Copyright 2017 Google Inc.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ import { XhrIo } from './xhrio';
31
31
  */
32
32
  export declare function handlerCheck(cndn: boolean): void;
33
33
  export declare function metadataHandler(authWrapper: AuthWrapper, mappings: MetadataUtils.Mappings): (p1: XhrIo, p2: string) => Metadata;
34
- export declare function listHandler(authWrapper: AuthWrapper, bucket: string): (p1: XhrIo, p2: string) => ListResult;
34
+ export declare function listHandler(authWrapper: AuthWrapper): (p1: XhrIo, p2: string) => ListResult;
35
35
  export declare function downloadUrlHandler(authWrapper: AuthWrapper, mappings: MetadataUtils.Mappings): (p1: XhrIo, p2: string) => string | null;
36
36
  export declare function sharedErrorHandler(location: Location): (p1: XhrIo, p2: FirebaseStorageError) => FirebaseStorageError;
37
37
  export declare function objectErrorHandler(location: Location): (p1: XhrIo, p2: FirebaseStorageError) => FirebaseStorageError;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/storage",
3
- "version": "0.3.31-canary.fc3d5396",
3
+ "version": "0.3.31",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -22,18 +22,18 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@firebase/storage-types": "0.3.11-canary.fc3d5396",
26
- "@firebase/util": "0.2.44-canary.fc3d5396",
27
- "@firebase/component": "0.1.9-canary.fc3d5396",
25
+ "@firebase/storage-types": "0.3.11",
26
+ "@firebase/util": "0.2.44",
27
+ "@firebase/component": "0.1.9",
28
28
  "tslib": "1.11.1"
29
29
  },
30
30
  "peerDependencies": {
31
- "@firebase/app": "0.6.1-canary.fc3d5396",
32
- "@firebase/app-types": "0.6.0-canary.fc3d5396"
31
+ "@firebase/app": "0.x",
32
+ "@firebase/app-types": "0.x"
33
33
  },
34
34
  "devDependencies": {
35
- "rollup": "2.6.1",
36
- "rollup-plugin-typescript2": "0.27.0",
35
+ "rollup": "2.0.6",
36
+ "rollup-plugin-typescript2": "0.26.0",
37
37
  "typescript": "3.8.3"
38
38
  },
39
39
  "repository": {