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