@firebase/storage 0.9.0-canary.f318c7009 → 0.9.1

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.
@@ -42,6 +42,22 @@ const DEFAULT_MAX_OPERATION_RETRY_TIME = 2 * 60 * 1000;
42
42
  */
43
43
  const DEFAULT_MAX_UPLOAD_RETRY_TIME = 10 * 60 * 1000;
44
44
 
45
+ /**
46
+ * @license
47
+ * Copyright 2017 Google LLC
48
+ *
49
+ * Licensed under the Apache License, Version 2.0 (the "License");
50
+ * you may not use this file except in compliance with the License.
51
+ * You may obtain a copy of the License at
52
+ *
53
+ * http://www.apache.org/licenses/LICENSE-2.0
54
+ *
55
+ * Unless required by applicable law or agreed to in writing, software
56
+ * distributed under the License is distributed on an "AS IS" BASIS,
57
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
58
+ * See the License for the specific language governing permissions and
59
+ * limitations under the License.
60
+ */
45
61
  /**
46
62
  * An error returned by the Firebase Storage SDK.
47
63
  * @public
@@ -3214,7 +3230,7 @@ class FirebaseStorageImpl {
3214
3230
  }
3215
3231
 
3216
3232
  const name = "@firebase/storage";
3217
- const version = "0.9.0-canary.f318c7009";
3233
+ const version = "0.9.1";
3218
3234
 
3219
3235
  /**
3220
3236
  * @license