@firebase/database 1.0.8 → 1.0.9-canary.a97ac88db

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.8";
11
+ const version = "1.0.9-canary.a97ac88db";
12
12
 
13
13
  /**
14
14
  * @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
  app.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
  app.registerVersion(name, version, 'cjs2017');
13765
13765
  }
13766
13766