@firebase/database 0.12.0-canary.abbf3be93 → 0.12.0-canary.b83591e6e

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.
@@ -4,7 +4,7 @@ import { stringify, jsonEval, contains, assert, base64, stringToByteArray, Sha1,
4
4
  import { Logger, LogLevel } from '@firebase/logger';
5
5
 
6
6
  const name = "@firebase/database";
7
- const version = "0.12.0-canary.abbf3be93";
7
+ const version = "0.12.0-canary.b83591e6e";
8
8
 
9
9
  /**
10
10
  * @license
@@ -5,7 +5,7 @@ import { __spreadArray, __read, __values, __extends, __awaiter, __generator, __a
5
5
  import { Logger, LogLevel } from '@firebase/logger';
6
6
 
7
7
  var name = "@firebase/database";
8
- var version = "0.12.0-canary.abbf3be93";
8
+ var version = "0.12.0-canary.b83591e6e";
9
9
 
10
10
  /**
11
11
  * @license
@@ -1290,7 +1290,7 @@ var WebSocketConnection = /** @class */ (function () {
1290
1290
  }());
1291
1291
 
1292
1292
  var name = "@firebase/database";
1293
- var version = "0.12.0-canary.abbf3be93";
1293
+ var version = "0.12.0-canary.b83591e6e";
1294
1294
 
1295
1295
  /**
1296
1296
  * @license
@@ -1,3 +1,19 @@
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
+ */
1
17
  export declare const TEST_PROJECT: any;
2
18
  export declare const DATABASE_ADDRESS: any;
3
19
  export declare const DATABASE_URL: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/database",
3
- "version": "0.12.0-canary.abbf3be93",
3
+ "version": "0.12.0-canary.b83591e6e",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -31,15 +31,15 @@
31
31
  "license": "Apache-2.0",
32
32
  "peerDependencies": {},
33
33
  "dependencies": {
34
- "@firebase/logger": "0.2.6-canary.abbf3be93",
35
- "@firebase/util": "1.3.0-canary.abbf3be93",
36
- "@firebase/component": "0.5.6-canary.abbf3be93",
37
- "@firebase/auth-interop-types": "0.1.6-canary.abbf3be93",
34
+ "@firebase/logger": "0.2.6-canary.b83591e6e",
35
+ "@firebase/util": "1.3.0-canary.b83591e6e",
36
+ "@firebase/component": "0.5.6-canary.b83591e6e",
37
+ "@firebase/auth-interop-types": "0.1.6-canary.b83591e6e",
38
38
  "faye-websocket": "0.11.4",
39
39
  "tslib": "^2.1.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@firebase/app": "0.7.0-canary.abbf3be93",
42
+ "@firebase/app": "0.7.0-canary.b83591e6e",
43
43
  "rollup": "2.56.3",
44
44
  "rollup-plugin-typescript2": "0.30.0",
45
45
  "typescript": "4.2.2"