@firebase/database 0.12.1 → 0.12.2-canary.31bd6f27f

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.
@@ -5,7 +5,7 @@ import { __spreadArray, __read, __values, __extends, __awaiter, __generator, __a
5
5
  import { Logger, LogLevel } from '@firebase/logger';
6
6
 
7
7
  var name = "@firebase/database";
8
- var version = "0.12.1";
8
+ var version = "0.12.2-canary.31bd6f27f";
9
9
 
10
10
  /**
11
11
  * @license
@@ -14243,6 +14243,8 @@ function registerDatabase(variant) {
14243
14243
  return repoManagerDatabaseFromApp(app, authProvider, appCheckProvider, url);
14244
14244
  }, "PUBLIC" /* PUBLIC */).setMultipleInstances(true));
14245
14245
  registerVersion(name, version, variant);
14246
+ // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
14247
+ registerVersion(name, version, 'esm5');
14246
14248
  }
14247
14249
 
14248
14250
  /**