@firebase/storage 0.13.5-canary.2ec1c7682 → 0.13.5-canary.313faf66b

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.
Files changed (36) hide show
  1. package/dist/index.browser.cjs.js +1 -1
  2. package/dist/index.cjs.js +1 -1
  3. package/dist/index.esm2017.js +1 -1
  4. package/dist/index.node.cjs.js +1 -1
  5. package/dist/node-esm/index.node.esm.js +1 -1
  6. package/package.json +10 -10
  7. package/dist/node-esm/test/browser/blob.test.d.ts +0 -17
  8. package/dist/node-esm/test/browser/connection.test.d.ts +0 -17
  9. package/dist/node-esm/test/browser/string.browser.test.d.ts +0 -17
  10. package/dist/node-esm/test/integration/integration.test.d.ts +0 -24
  11. package/dist/node-esm/test/node/connection.test.d.ts +0 -17
  12. package/dist/node-esm/test/node/stream.test.d.ts +0 -17
  13. package/dist/node-esm/test/unit/index.test.d.ts +0 -4
  14. package/dist/node-esm/test/unit/location.test.d.ts +0 -1
  15. package/dist/node-esm/test/unit/reference.test.d.ts +0 -1
  16. package/dist/node-esm/test/unit/request.test.d.ts +0 -1
  17. package/dist/node-esm/test/unit/requests.test.d.ts +0 -1
  18. package/dist/node-esm/test/unit/service.test.d.ts +0 -1
  19. package/dist/node-esm/test/unit/string.test.d.ts +0 -1
  20. package/dist/node-esm/test/unit/task.test.d.ts +0 -1
  21. package/dist/node-esm/test/unit/utils.test.d.ts +0 -17
  22. package/dist/test/browser/blob.test.d.ts +0 -17
  23. package/dist/test/browser/connection.test.d.ts +0 -17
  24. package/dist/test/browser/string.browser.test.d.ts +0 -17
  25. package/dist/test/integration/integration.test.d.ts +0 -24
  26. package/dist/test/node/connection.test.d.ts +0 -17
  27. package/dist/test/node/stream.test.d.ts +0 -17
  28. package/dist/test/unit/index.test.d.ts +0 -4
  29. package/dist/test/unit/location.test.d.ts +0 -1
  30. package/dist/test/unit/reference.test.d.ts +0 -1
  31. package/dist/test/unit/request.test.d.ts +0 -1
  32. package/dist/test/unit/requests.test.d.ts +0 -1
  33. package/dist/test/unit/service.test.d.ts +0 -1
  34. package/dist/test/unit/string.test.d.ts +0 -1
  35. package/dist/test/unit/task.test.d.ts +0 -1
  36. package/dist/test/unit/utils.test.d.ts +0 -17
@@ -3337,7 +3337,7 @@ class FirebaseStorageImpl {
3337
3337
  }
3338
3338
 
3339
3339
  const name = "@firebase/storage";
3340
- const version = "0.13.5-canary.2ec1c7682";
3340
+ const version = "0.13.5-canary.313faf66b";
3341
3341
 
3342
3342
  /**
3343
3343
  * @license
package/dist/index.cjs.js CHANGED
@@ -3337,7 +3337,7 @@ class FirebaseStorageImpl {
3337
3337
  }
3338
3338
 
3339
3339
  const name = "@firebase/storage";
3340
- const version = "0.13.5-canary.2ec1c7682";
3340
+ const version = "0.13.5-canary.313faf66b";
3341
3341
 
3342
3342
  /**
3343
3343
  * @license
@@ -3333,7 +3333,7 @@ class FirebaseStorageImpl {
3333
3333
  }
3334
3334
 
3335
3335
  const name = "@firebase/storage";
3336
- const version = "0.13.5-canary.2ec1c7682";
3336
+ const version = "0.13.5-canary.313faf66b";
3337
3337
 
3338
3338
  /**
3339
3339
  * @license
@@ -3364,7 +3364,7 @@ class FirebaseStorageImpl {
3364
3364
  }
3365
3365
 
3366
3366
  const name = "@firebase/storage";
3367
- const version = "0.13.5-canary.2ec1c7682";
3367
+ const version = "0.13.5-canary.313faf66b";
3368
3368
 
3369
3369
  /**
3370
3370
  * @license
@@ -3360,7 +3360,7 @@ class FirebaseStorageImpl {
3360
3360
  }
3361
3361
 
3362
3362
  const name = "@firebase/storage";
3363
- const version = "0.13.5-canary.2ec1c7682";
3363
+ const version = "0.13.5-canary.313faf66b";
3364
3364
 
3365
3365
  /**
3366
3366
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/storage",
3
- "version": "0.13.5-canary.2ec1c7682",
3
+ "version": "0.13.5-canary.313faf66b",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -46,20 +46,20 @@
46
46
  },
47
47
  "license": "Apache-2.0",
48
48
  "dependencies": {
49
- "@firebase/util": "1.10.3-canary.2ec1c7682",
50
- "@firebase/component": "0.6.12-canary.2ec1c7682",
49
+ "@firebase/util": "1.10.3-canary.313faf66b",
50
+ "@firebase/component": "0.6.12-canary.313faf66b",
51
51
  "tslib": "^2.1.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "@firebase/app": "0.10.18-canary.2ec1c7682"
54
+ "@firebase/app": "0.10.18-canary.313faf66b"
55
55
  },
56
56
  "devDependencies": {
57
- "@firebase/app": "0.10.18-canary.2ec1c7682",
58
- "@firebase/auth": "1.8.2-canary.2ec1c7682",
59
- "rollup": "2.79.1",
60
- "@rollup/plugin-alias": "5.1.0",
61
- "@rollup/plugin-json": "4.1.0",
62
- "rollup-plugin-typescript2": "0.31.2",
57
+ "@firebase/app": "0.10.18-canary.313faf66b",
58
+ "@firebase/auth": "1.8.2-canary.313faf66b",
59
+ "rollup": "2.79.2",
60
+ "@rollup/plugin-alias": "5.1.1",
61
+ "@rollup/plugin-json": "6.1.0",
62
+ "rollup-plugin-typescript2": "0.36.0",
63
63
  "typescript": "5.5.4"
64
64
  },
65
65
  "repository": {
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2017 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2021 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2022 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
@@ -1,24 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2020 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- import { FirebaseApp } from '@firebase/app';
18
- import * as types from '../../src/public-types';
19
- export declare const PROJECT_ID: any;
20
- export declare const STORAGE_BUCKET: any;
21
- export declare const API_KEY: any;
22
- export declare const AUTH_DOMAIN: any;
23
- export declare function createApp(): Promise<FirebaseApp>;
24
- export declare function createStorage(app: FirebaseApp): types.FirebaseStorage;
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2021 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2021 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
@@ -1,4 +0,0 @@
1
- export declare const PROJECT_ID: any;
2
- export declare const STORAGE_BUCKET: any;
3
- export declare const API_KEY: any;
4
- export declare const AUTH_DOMAIN: any;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2022 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2017 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2021 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2022 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
@@ -1,24 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2020 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- import { FirebaseApp } from '@firebase/app';
18
- import * as types from '../../src/public-types';
19
- export declare const PROJECT_ID: any;
20
- export declare const STORAGE_BUCKET: any;
21
- export declare const API_KEY: any;
22
- export declare const AUTH_DOMAIN: any;
23
- export declare function createApp(): Promise<FirebaseApp>;
24
- export declare function createStorage(app: FirebaseApp): types.FirebaseStorage;
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2021 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2021 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
@@ -1,4 +0,0 @@
1
- export declare const PROJECT_ID: any;
2
- export declare const STORAGE_BUCKET: any;
3
- export declare const API_KEY: any;
4
- export declare const AUTH_DOMAIN: any;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,17 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2022 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};