@firebase/database 0.12.8-canary.c69c6898a → 0.12.8-canary.d8be8bf1c

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.8-canary.c69c6898a";
7
+ const version = "0.12.8-canary.d8be8bf1c";
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.8-canary.c69c6898a";
8
+ var version = "0.12.8-canary.d8be8bf1c";
9
9
 
10
10
  /**
11
11
  * @license
@@ -1294,7 +1294,7 @@ var WebSocketConnection = /** @class */ (function () {
1294
1294
  }());
1295
1295
 
1296
1296
  var name = "@firebase/database";
1297
- var version = "0.12.8-canary.c69c6898a";
1297
+ var version = "0.12.8-canary.d8be8bf1c";
1298
1298
 
1299
1299
  /**
1300
1300
  * @license
@@ -1246,7 +1246,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
1246
1246
  WebSocketConnection.healthyTimeout = 30000;
1247
1247
 
1248
1248
  const name = "@firebase/database";
1249
- const version = "0.12.8-canary.c69c6898a";
1249
+ const version = "0.12.8-canary.d8be8bf1c";
1250
1250
 
1251
1251
  /**
1252
1252
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/database",
3
- "version": "0.12.8-canary.c69c6898a",
3
+ "version": "0.12.8-canary.d8be8bf1c",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -44,15 +44,15 @@
44
44
  "license": "Apache-2.0",
45
45
  "peerDependencies": {},
46
46
  "dependencies": {
47
- "@firebase/logger": "0.3.2-canary.c69c6898a",
48
- "@firebase/util": "1.5.2-canary.c69c6898a",
49
- "@firebase/component": "0.5.13-canary.c69c6898a",
50
- "@firebase/auth-interop-types": "0.1.6-canary.c69c6898a",
47
+ "@firebase/logger": "0.3.2-canary.d8be8bf1c",
48
+ "@firebase/util": "1.5.2-canary.d8be8bf1c",
49
+ "@firebase/component": "0.5.13-canary.d8be8bf1c",
50
+ "@firebase/auth-interop-types": "0.1.6-canary.d8be8bf1c",
51
51
  "faye-websocket": "0.11.4",
52
52
  "tslib": "^2.1.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@firebase/app": "0.7.21-canary.c69c6898a",
55
+ "@firebase/app": "0.7.21-canary.d8be8bf1c",
56
56
  "rollup": "2.57.0",
57
57
  "rollup-plugin-typescript2": "0.30.0",
58
58
  "typescript": "4.2.2"