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