@firebase/functions
Advanced tools
Comparing version
import { _isFirebaseServerApp, _registerComponent, registerVersion, _getProvider, getApp } from '@firebase/app'; | ||
import { FirebaseError, isCloudWorkstation, pingServer, getModularInstance, getDefaultEmulatorHostnameAndPort } from '@firebase/util'; | ||
import { FirebaseError, isCloudWorkstation, pingServer, updateEmulatorBanner, getModularInstance, getDefaultEmulatorHostnameAndPort } from '@firebase/util'; | ||
import { Component } from '@firebase/component'; | ||
@@ -502,2 +502,3 @@ | ||
void pingServer(functionsInstance.emulatorOrigin); | ||
updateEmulatorBanner('Functions', true); | ||
} | ||
@@ -852,3 +853,3 @@ } | ||
const name = "@firebase/functions"; | ||
const version = "0.12.4-canary.6be75f74d"; | ||
const version = "0.12.4-canary.72852e12d"; | ||
@@ -915,2 +916,3 @@ /** | ||
function getFunctions(app = getApp(), regionOrCustomDomain = DEFAULT_REGION) { | ||
updateEmulatorBanner('Functions', false); | ||
// Dependencies | ||
@@ -917,0 +919,0 @@ const functionsProvider = _getProvider(getModularInstance(app), FUNCTIONS_TYPE); |
@@ -506,2 +506,3 @@ 'use strict'; | ||
void util.pingServer(functionsInstance.emulatorOrigin); | ||
util.updateEmulatorBanner('Functions', true); | ||
} | ||
@@ -856,3 +857,3 @@ } | ||
const name = "@firebase/functions"; | ||
const version = "0.12.4-canary.6be75f74d"; | ||
const version = "0.12.4-canary.72852e12d"; | ||
@@ -919,2 +920,3 @@ /** | ||
function getFunctions(app$1 = app.getApp(), regionOrCustomDomain = DEFAULT_REGION) { | ||
util.updateEmulatorBanner('Functions', false); | ||
// Dependencies | ||
@@ -921,0 +923,0 @@ const functionsProvider = app._getProvider(util.getModularInstance(app$1), FUNCTIONS_TYPE); |
{ | ||
"name": "@firebase/functions", | ||
"version": "0.12.4-canary.6be75f74d", | ||
"version": "0.12.4-canary.72852e12d", | ||
"description": "", | ||
@@ -49,6 +49,6 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"peerDependencies": { | ||
"@firebase/app": "0.12.1-canary.6be75f74d" | ||
"@firebase/app": "0.12.1-canary.72852e12d" | ||
}, | ||
"devDependencies": { | ||
"@firebase/app": "0.12.1-canary.6be75f74d", | ||
"@firebase/app": "0.12.1-canary.72852e12d", | ||
"rollup": "2.79.2", | ||
@@ -69,7 +69,7 @@ "@rollup/plugin-json": "6.1.0", | ||
"dependencies": { | ||
"@firebase/component": "0.6.14-canary.6be75f74d", | ||
"@firebase/messaging-interop-types": "0.2.3-canary.6be75f74d", | ||
"@firebase/auth-interop-types": "0.2.4-canary.6be75f74d", | ||
"@firebase/app-check-interop-types": "0.3.3-canary.6be75f74d", | ||
"@firebase/util": "1.11.1-canary.6be75f74d", | ||
"@firebase/component": "0.6.14-canary.72852e12d", | ||
"@firebase/messaging-interop-types": "0.2.3-canary.72852e12d", | ||
"@firebase/auth-interop-types": "0.2.4-canary.72852e12d", | ||
"@firebase/app-check-interop-types": "0.3.3-canary.72852e12d", | ||
"@firebase/util": "1.11.1-canary.72852e12d", | ||
"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
253178
0.29%3235
0.12%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated