@firebase/database 1.0.8 → 1.0.9

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.
@@ -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.8";
1254
+ const version = "1.0.9";
1255
1255
 
1256
1256
  /**
1257
1257
  * @license
@@ -13760,7 +13760,7 @@ function registerDatabase(variant) {
13760
13760
  return repoManagerDatabaseFromApp(app, authProvider, appCheckProvider, url);
13761
13761
  }, "PUBLIC" /* ComponentType.PUBLIC */).setMultipleInstances(true));
13762
13762
  registerVersion(name, version, variant);
13763
- // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
13763
+ // BUILD_TARGET will be replaced by values like esm2017, cjs2017, etc during the compilation
13764
13764
  registerVersion(name, version, 'esm2017');
13765
13765
  }
13766
13766