@firebase/database 0.12.1 → 0.12.2-canary.4594d3fd6

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.
@@ -1290,7 +1290,7 @@ var WebSocketConnection = /** @class */ (function () {
1290
1290
  }());
1291
1291
 
1292
1292
  var name = "@firebase/database";
1293
- var version = "0.12.1";
1293
+ var version = "0.12.2-canary.4594d3fd6";
1294
1294
 
1295
1295
  /**
1296
1296
  * @license
@@ -14251,6 +14251,8 @@ function registerDatabase(variant) {
14251
14251
  return repoManagerDatabaseFromApp(app, authProvider, appCheckProvider, url);
14252
14252
  }, "PUBLIC" /* PUBLIC */).setMultipleInstances(true));
14253
14253
  app.registerVersion(name, version, variant);
14254
+ // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
14255
+ app.registerVersion(name, version, 'cjs5');
14254
14256
  }
14255
14257
 
14256
14258
  /**