@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.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +2 -2
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +3042 -3510
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.standalone.js +3030 -3496
- package/dist/index.standalone.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +2 -2
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +8 -7
- package/dist/index.esm5.js +0 -14473
- package/dist/index.esm5.js.map +0 -1
package/dist/index.esm2017.js
CHANGED
|
@@ -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.
|
|
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
|
|
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
|
|