@firebase/database 1.0.12-canary.4e6a5c670 → 1.0.12

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.
package/dist/index.cjs.js CHANGED
@@ -8,7 +8,7 @@ var util = require('@firebase/util');
8
8
  var logger$1 = require('@firebase/logger');
9
9
 
10
10
  const name = "@firebase/database";
11
- const version = "1.0.12-canary.4e6a5c670";
11
+ const version = "1.0.12";
12
12
 
13
13
  /**
14
14
  * @license
@@ -4,7 +4,7 @@ import { stringify, jsonEval, contains, assert, isNodeSdk, stringToByteArray, Sh
4
4
  import { Logger, LogLevel } from '@firebase/logger';
5
5
 
6
6
  const name = "@firebase/database";
7
- const version = "1.0.12-canary.4e6a5c670";
7
+ const version = "1.0.12";
8
8
 
9
9
  /**
10
10
  * @license
@@ -1259,7 +1259,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
1259
1259
  WebSocketConnection.healthyTimeout = 30000;
1260
1260
 
1261
1261
  const name = "@firebase/database";
1262
- const version = "1.0.12-canary.4e6a5c670";
1262
+ const version = "1.0.12";
1263
1263
 
1264
1264
  /**
1265
1265
  * @license
@@ -1251,7 +1251,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
1251
1251
  WebSocketConnection.healthyTimeout = 30000;
1252
1252
 
1253
1253
  const name = "@firebase/database";
1254
- const version = "1.0.12-canary.4e6a5c670";
1254
+ const version = "1.0.12";
1255
1255
 
1256
1256
  /**
1257
1257
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/database",
3
- "version": "1.0.12-canary.4e6a5c670",
3
+ "version": "1.0.12",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -48,16 +48,16 @@
48
48
  "license": "Apache-2.0",
49
49
  "peerDependencies": {},
50
50
  "dependencies": {
51
- "@firebase/logger": "0.4.4-canary.4e6a5c670",
52
- "@firebase/util": "1.10.3-canary.4e6a5c670",
53
- "@firebase/component": "0.6.12-canary.4e6a5c670",
54
- "@firebase/app-check-interop-types": "0.3.3-canary.4e6a5c670",
55
- "@firebase/auth-interop-types": "0.2.4-canary.4e6a5c670",
51
+ "@firebase/logger": "0.4.4",
52
+ "@firebase/util": "1.10.3",
53
+ "@firebase/component": "0.6.12",
54
+ "@firebase/app-check-interop-types": "0.3.3",
55
+ "@firebase/auth-interop-types": "0.2.4",
56
56
  "faye-websocket": "0.11.4",
57
57
  "tslib": "^2.1.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@firebase/app": "0.11.0-canary.4e6a5c670",
60
+ "@firebase/app": "0.11.0",
61
61
  "rollup": "2.79.2",
62
62
  "rollup-plugin-typescript2": "0.36.0",
63
63
  "typescript": "5.5.4"