@firebase/database 0.13.3-20220707184205 → 0.13.3

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.
@@ -993,7 +993,7 @@ class WebSocketConnection {
993
993
  if (isNodeSdk()) {
994
994
  const device = this.nodeAdmin ? 'AdminNode' : 'Node';
995
995
  // UA Format: Firebase/<wire_protocol>/<sdk_version>/<platform>/<device>
996
- const options = {
996
+ options = {
997
997
  headers: {
998
998
  'User-Agent': `Firebase/${PROTOCOL_VERSION}/${SDK_VERSION}/${process.platform}/${device}`,
999
999
  'X-Firebase-GMPID': this.applicationId || ''
@@ -1241,7 +1241,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
1241
1241
  WebSocketConnection.healthyTimeout = 30000;
1242
1242
 
1243
1243
  const name = "@firebase/database";
1244
- const version = "0.13.3-20220707184205";
1244
+ const version = "0.13.3";
1245
1245
 
1246
1246
  /**
1247
1247
  * @license