@firebase/database 0.12.7-canary.1c37b5e96 → 0.12.7-canary.7a4e65cef
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.esm2017.js +2 -2
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +2 -2
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.standalone.js +1 -1
- 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/dist/node-esm/test/parser.test.d.ts +17 -0
- package/dist/test/parser.test.d.ts +17 -0
- package/package.json +6 -6
package/dist/index.esm2017.js
CHANGED
|
@@ -4,7 +4,7 @@ import { stringify, jsonEval, contains, assert, base64, stringToByteArray, Sha1,
|
|
|
4
4
|
import { Logger, LogLevel } from '@firebase/logger';
|
|
5
5
|
|
|
6
6
|
const name = "@firebase/database";
|
|
7
|
-
const version = "0.12.7-canary.
|
|
7
|
+
const version = "0.12.7-canary.7a4e65cef";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* @license
|
|
@@ -11903,7 +11903,7 @@ const parseRepoInfo = function (dataURL, nodeAdmin) {
|
|
|
11903
11903
|
}
|
|
11904
11904
|
const webSocketOnly = parsedUrl.scheme === 'ws' || parsedUrl.scheme === 'wss';
|
|
11905
11905
|
return {
|
|
11906
|
-
repoInfo: new RepoInfo(parsedUrl.host, parsedUrl.secure, namespace,
|
|
11906
|
+
repoInfo: new RepoInfo(parsedUrl.host, parsedUrl.secure, namespace, webSocketOnly, nodeAdmin,
|
|
11907
11907
|
/*persistenceKey=*/ '',
|
|
11908
11908
|
/*includeNamespaceInQueryParams=*/ namespace !== parsedUrl.subdomain),
|
|
11909
11909
|
path: new Path(parsedUrl.pathString)
|