@firebase/functions
Advanced tools
Comparing version
import { _isFirebaseServerApp, _registerComponent, registerVersion, _getProvider, getApp } from '@firebase/app'; | ||
import { FirebaseError, getModularInstance, getDefaultEmulatorHostnameAndPort } from '@firebase/util'; | ||
import { FirebaseError, isCloudWorkstation, getModularInstance, getDefaultEmulatorHostnameAndPort } from '@firebase/util'; | ||
import { Component } from '@firebase/component'; | ||
@@ -497,3 +497,4 @@ | ||
function connectFunctionsEmulator$1(functionsInstance, host, port) { | ||
functionsInstance.emulatorOrigin = `http://${host}:${port}`; | ||
const useSsl = isCloudWorkstation(host); | ||
functionsInstance.emulatorOrigin = `http${useSsl ? 's' : ''}://${host}:${port}`; | ||
} | ||
@@ -847,3 +848,3 @@ /** | ||
const name = "@firebase/functions"; | ||
const version = "0.12.3-canary.0cbff6bc7"; | ||
const version = "0.12.3-canary.0e1276649"; | ||
@@ -850,0 +851,0 @@ /** |
@@ -501,3 +501,4 @@ 'use strict'; | ||
function connectFunctionsEmulator$1(functionsInstance, host, port) { | ||
functionsInstance.emulatorOrigin = `http://${host}:${port}`; | ||
const useSsl = util.isCloudWorkstation(host); | ||
functionsInstance.emulatorOrigin = `http${useSsl ? 's' : ''}://${host}:${port}`; | ||
} | ||
@@ -851,3 +852,3 @@ /** | ||
const name = "@firebase/functions"; | ||
const version = "0.12.3-canary.0cbff6bc7"; | ||
const version = "0.12.3-canary.0e1276649"; | ||
@@ -854,0 +855,0 @@ /** |
{ | ||
"name": "@firebase/functions", | ||
"version": "0.12.3-canary.0cbff6bc7", | ||
"version": "0.12.3-canary.0e1276649", | ||
"description": "", | ||
@@ -49,6 +49,6 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"peerDependencies": { | ||
"@firebase/app": "0.11.4-canary.0cbff6bc7" | ||
"@firebase/app": "0.11.5-canary.0e1276649" | ||
}, | ||
"devDependencies": { | ||
"@firebase/app": "0.11.4-canary.0cbff6bc7", | ||
"@firebase/app": "0.11.5-canary.0e1276649", | ||
"rollup": "2.79.2", | ||
@@ -69,7 +69,7 @@ "@rollup/plugin-json": "6.1.0", | ||
"dependencies": { | ||
"@firebase/component": "0.6.13-canary.0cbff6bc7", | ||
"@firebase/messaging-interop-types": "0.2.3-canary.0cbff6bc7", | ||
"@firebase/auth-interop-types": "0.2.4-canary.0cbff6bc7", | ||
"@firebase/app-check-interop-types": "0.3.3-canary.0cbff6bc7", | ||
"@firebase/util": "1.11.0-canary.0cbff6bc7", | ||
"@firebase/component": "0.6.13-canary.0e1276649", | ||
"@firebase/messaging-interop-types": "0.2.3-canary.0e1276649", | ||
"@firebase/auth-interop-types": "0.2.4-canary.0e1276649", | ||
"@firebase/app-check-interop-types": "0.3.3-canary.0e1276649", | ||
"@firebase/util": "1.11.0-canary.0e1276649", | ||
"tslib": "^2.1.0" | ||
@@ -76,0 +76,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
251702
0.24%3223
0.06%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated