@firebase/data-connect
Advanced tools
Comparing version 0.1.0-canary.aa6db78eb to 0.1.0-canary.cf988b0b1
@@ -11,3 +11,3 @@ 'use strict'; | ||
const name = "@firebase/data-connect"; | ||
const version = "0.1.0-canary.aa6db78eb"; | ||
const version = "0.1.0-canary.cf988b0b1"; | ||
@@ -399,2 +399,5 @@ /** | ||
executeQuery(queryRef) { | ||
if (queryRef.refType !== QUERY_STR) { | ||
throw new DataConnectError(Code.INVALID_ARGUMENT, `ExecuteQuery can only execute query operation`); | ||
} | ||
const key = encoderImpl({ | ||
@@ -500,3 +503,3 @@ name: queryRef.name, | ||
if (_isUsingGen) { | ||
str += ' web/gen'; | ||
str += ' js/gen'; | ||
} | ||
@@ -503,0 +506,0 @@ return str; |
@@ -7,3 +7,3 @@ import { _removeServiceInstance, getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION as SDK_VERSION$1 } from '@firebase/app'; | ||
const name = "@firebase/data-connect"; | ||
const version = "0.1.0-canary.aa6db78eb"; | ||
const version = "0.1.0-canary.cf988b0b1"; | ||
@@ -395,2 +395,5 @@ /** | ||
executeQuery(queryRef) { | ||
if (queryRef.refType !== QUERY_STR) { | ||
throw new DataConnectError(Code.INVALID_ARGUMENT, `ExecuteQuery can only execute query operation`); | ||
} | ||
const key = encoderImpl({ | ||
@@ -496,3 +499,3 @@ name: queryRef.name, | ||
if (_isUsingGen) { | ||
str += ' web/gen'; | ||
str += ' js/gen'; | ||
} | ||
@@ -499,0 +502,0 @@ return str; |
@@ -8,3 +8,3 @@ import { __extends, __assign, __awaiter, __generator } from 'tslib'; | ||
var name = "@firebase/data-connect"; | ||
var version = "0.1.0-canary.aa6db78eb"; | ||
var version = "0.1.0-canary.cf988b0b1"; | ||
@@ -406,2 +406,5 @@ /** | ||
QueryManager.prototype.executeQuery = function (queryRef) { | ||
if (queryRef.refType !== QUERY_STR) { | ||
throw new DataConnectError(Code.INVALID_ARGUMENT, "ExecuteQuery can only execute query operation"); | ||
} | ||
var key = encoderImpl({ | ||
@@ -508,3 +511,3 @@ name: queryRef.name, | ||
if (_isUsingGen) { | ||
str += ' web/gen'; | ||
str += ' js/gen'; | ||
} | ||
@@ -511,0 +514,0 @@ return str; |
@@ -137,3 +137,3 @@ 'use strict'; | ||
if (_isUsingGen) { | ||
str += ' web/gen'; | ||
str += ' js/gen'; | ||
} | ||
@@ -218,3 +218,3 @@ return str; | ||
var name = "@firebase/data-connect"; | ||
var version = "0.1.0-canary.aa6db78eb"; | ||
var version = "0.1.0-canary.cf988b0b1"; | ||
@@ -513,2 +513,5 @@ /** | ||
QueryManager.prototype.executeQuery = function (queryRef) { | ||
if (queryRef.refType !== QUERY_STR) { | ||
throw new DataConnectError(Code.INVALID_ARGUMENT, "ExecuteQuery can only execute query operation"); | ||
} | ||
var key = encoderImpl({ | ||
@@ -515,0 +518,0 @@ name: queryRef.name, |
@@ -129,3 +129,3 @@ import { FirebaseError } from '@firebase/util'; | ||
if (_isUsingGen) { | ||
str += ' web/gen'; | ||
str += ' js/gen'; | ||
} | ||
@@ -197,3 +197,3 @@ return str; | ||
const name = "@firebase/data-connect"; | ||
const version = "0.1.0-canary.aa6db78eb"; | ||
const version = "0.1.0-canary.cf988b0b1"; | ||
@@ -485,2 +485,5 @@ /** | ||
executeQuery(queryRef) { | ||
if (queryRef.refType !== QUERY_STR) { | ||
throw new DataConnectError(Code.INVALID_ARGUMENT, `ExecuteQuery can only execute query operation`); | ||
} | ||
const key = encoderImpl({ | ||
@@ -487,0 +490,0 @@ name: queryRef.name, |
{ | ||
"name": "@firebase/data-connect", | ||
"version": "0.1.0-canary.aa6db78eb", | ||
"version": "0.1.0-canary.cf988b0b1", | ||
"description": "", | ||
@@ -50,13 +50,13 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"peerDependencies": { | ||
"@firebase/app": "0.10.12-canary.aa6db78eb" | ||
"@firebase/app": "0.10.13-canary.cf988b0b1" | ||
}, | ||
"dependencies": { | ||
"@firebase/auth-interop-types": "0.2.3-canary.aa6db78eb", | ||
"@firebase/component": "0.6.9-canary.aa6db78eb", | ||
"@firebase/logger": "0.4.2-canary.aa6db78eb", | ||
"@firebase/util": "1.10.0-canary.aa6db78eb", | ||
"@firebase/auth-interop-types": "0.2.3-canary.cf988b0b1", | ||
"@firebase/component": "0.6.9-canary.cf988b0b1", | ||
"@firebase/logger": "0.4.2-canary.cf988b0b1", | ||
"@firebase/util": "1.10.0-canary.cf988b0b1", | ||
"tslib": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@firebase/app": "0.10.12-canary.aa6db78eb", | ||
"@firebase/app": "0.10.13-canary.cf988b0b1", | ||
"rollup": "2.79.1", | ||
@@ -63,0 +63,0 @@ "rollup-plugin-typescript2": "0.31.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
764252
8475
+ Added@firebase/app@0.10.13-canary.cf988b0b1(transitive)
+ Added@firebase/auth-interop-types@0.2.3-canary.cf988b0b1(transitive)
+ Added@firebase/component@0.6.9-canary.cf988b0b1(transitive)
+ Added@firebase/logger@0.4.2-canary.cf988b0b1(transitive)
+ Added@firebase/util@1.10.0-canary.cf988b0b1(transitive)
- Removed@firebase/app@0.10.12-canary.aa6db78eb(transitive)
- Removed@firebase/auth-interop-types@0.2.3-canary.aa6db78eb(transitive)
- Removed@firebase/component@0.6.9-canary.aa6db78eb(transitive)
- Removed@firebase/logger@0.4.2-canary.aa6db78eb(transitive)
- Removed@firebase/util@1.10.0-canary.aa6db78eb(transitive)