@firebase/functions
Advanced tools
Comparing version 0.2.2 to 0.2.3-canary.9556469
@@ -345,3 +345,3 @@ 'use strict'; | ||
} | ||
if (toString.call(data) === '[object String]') { | ||
if (Object.prototype.toString.call(data) === '[object String]') { | ||
return data; | ||
@@ -348,0 +348,0 @@ } |
@@ -339,3 +339,3 @@ import firebase from '@firebase/app'; | ||
} | ||
if (toString.call(data) === '[object String]') { | ||
if (Object.prototype.toString.call(data) === '[object String]') { | ||
return data; | ||
@@ -342,0 +342,0 @@ } |
@@ -346,3 +346,3 @@ 'use strict'; | ||
} | ||
if (toString.call(data) === '[object String]') { | ||
if (Object.prototype.toString.call(data) === '[object String]') { | ||
return data; | ||
@@ -349,0 +349,0 @@ } |
{ | ||
"name": "@firebase/functions", | ||
"version": "0.2.2", | ||
"version": "0.2.3-canary.9556469", | ||
"description": "", | ||
@@ -23,4 +23,4 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"peerDependencies": { | ||
"@firebase/app": "0.x", | ||
"@firebase/app-types": "0.x" | ||
"@firebase/app": "0.3.2-canary.9556469", | ||
"@firebase/app-types": "0.3.1-canary.9556469" | ||
}, | ||
@@ -67,4 +67,4 @@ "devDependencies": { | ||
"dependencies": { | ||
"@firebase/functions-types": "0.1.2", | ||
"@firebase/messaging-types": "0.2.2", | ||
"@firebase/functions-types": "0.1.2-canary.9556469", | ||
"@firebase/messaging-types": "0.2.2-canary.9556469", | ||
"isomorphic-fetch": "2.2.1" | ||
@@ -71,0 +71,0 @@ }, |
83938
+ Added@firebase/app@0.3.2-canary.9556469(transitive)
+ Added@firebase/app-types@0.3.1-canary.9556469(transitive)
+ Added@firebase/functions-types@0.1.2-canary.9556469(transitive)
+ Added@firebase/messaging-types@0.2.2-canary.9556469(transitive)
+ Added@firebase/util@0.2.1-canary.9556469(transitive)
+ Addeddom-storage@2.1.0(transitive)
+ Addedtslib@1.9.0(transitive)
+ Addedxmlhttprequest@1.8.0(transitive)
- Removed@firebase/app@0.11.2(transitive)
- Removed@firebase/app-types@0.9.3(transitive)
- Removed@firebase/component@0.6.13(transitive)
- Removed@firebase/functions-types@0.1.2(transitive)
- Removed@firebase/logger@0.4.4(transitive)
- Removed@firebase/messaging-types@0.2.2(transitive)
- Removed@firebase/util@1.11.0(transitive)
- Removedidb@7.1.1(transitive)
- Removedtslib@2.8.1(transitive)