@firebase/functions
Advanced tools
Comparing version 0.2.2-canary.c150044 to 0.2.2-canary.c660c35
@@ -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-canary.c150044", | ||
"version": "0.2.2-canary.c660c35", | ||
"description": "", | ||
@@ -23,4 +23,4 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"peerDependencies": { | ||
"@firebase/app": "0.3.1-canary.c150044", | ||
"@firebase/app-types": "0.3.1-canary.c150044" | ||
"@firebase/app": "0.3.1-canary.c660c35", | ||
"@firebase/app-types": "0.3.1-canary.c660c35" | ||
}, | ||
@@ -67,4 +67,4 @@ "devDependencies": { | ||
"dependencies": { | ||
"@firebase/functions-types": "0.1.2-canary.c150044", | ||
"@firebase/messaging-types": "0.2.2-canary.c150044", | ||
"@firebase/functions-types": "0.1.2-canary.c660c35", | ||
"@firebase/messaging-types": "0.2.2-canary.c660c35", | ||
"isomorphic-fetch": "2.2.1" | ||
@@ -71,0 +71,0 @@ }, |
83938
+ Added@firebase/app@0.3.1-canary.c660c35(transitive)
+ Added@firebase/app-types@0.3.1-canary.c660c35(transitive)
+ Added@firebase/functions-types@0.1.2-canary.c660c35(transitive)
+ Added@firebase/messaging-types@0.2.2-canary.c660c35(transitive)
+ Added@firebase/util@0.2.0-canary.c660c35(transitive)
- Removed@firebase/app@0.3.1-canary.c150044(transitive)
- Removed@firebase/app-types@0.3.1-canary.c150044(transitive)
- Removed@firebase/functions-types@0.1.2-canary.c150044(transitive)
- Removed@firebase/messaging-types@0.2.2-canary.c150044(transitive)
- Removed@firebase/util@0.2.0-canary.c150044(transitive)