@firebase/functions
Advanced tools
Comparing version 0.11.6 to 0.11.7-20240827161511
@@ -441,3 +441,4 @@ import { _registerComponent, registerVersion, _getProvider, getApp } from '@firebase/app'; | ||
const url = new URL(regionOrCustomDomain); | ||
this.customDomain = url.origin; | ||
this.customDomain = | ||
url.origin + (url.pathname === '/' ? '' : url.pathname); | ||
this.region = DEFAULT_REGION; | ||
@@ -609,3 +610,3 @@ } | ||
const name = "@firebase/functions"; | ||
const version = "0.11.6"; | ||
const version = "0.11.7-20240827161511"; | ||
@@ -612,0 +613,0 @@ /** |
@@ -444,3 +444,4 @@ 'use strict'; | ||
const url = new URL(regionOrCustomDomain); | ||
this.customDomain = url.origin; | ||
this.customDomain = | ||
url.origin + (url.pathname === '/' ? '' : url.pathname); | ||
this.region = DEFAULT_REGION; | ||
@@ -612,3 +613,3 @@ } | ||
const name = "@firebase/functions"; | ||
const version = "0.11.6"; | ||
const version = "0.11.7-20240827161511"; | ||
@@ -615,0 +616,0 @@ /** |
@@ -498,3 +498,4 @@ import { _registerComponent, registerVersion, getApp, _getProvider } from '@firebase/app'; | ||
var url = new URL(regionOrCustomDomain); | ||
this.customDomain = url.origin; | ||
this.customDomain = | ||
url.origin + (url.pathname === '/' ? '' : url.pathname); | ||
this.region = DEFAULT_REGION; | ||
@@ -691,3 +692,3 @@ } | ||
var name = "@firebase/functions"; | ||
var version = "0.11.6"; | ||
var version = "0.11.7-20240827161511"; | ||
@@ -694,0 +695,0 @@ /** |
@@ -440,3 +440,4 @@ import { _registerComponent, registerVersion, _getProvider, getApp } from '@firebase/app'; | ||
const url = new URL(regionOrCustomDomain); | ||
this.customDomain = url.origin; | ||
this.customDomain = | ||
url.origin + (url.pathname === '/' ? '' : url.pathname); | ||
this.region = DEFAULT_REGION; | ||
@@ -608,3 +609,3 @@ } | ||
const name = "@firebase/functions"; | ||
const version = "0.11.6"; | ||
const version = "0.11.7-20240827161511"; | ||
@@ -611,0 +612,0 @@ /** |
@@ -503,3 +503,4 @@ 'use strict'; | ||
var url = new URL(regionOrCustomDomain); | ||
this.customDomain = url.origin; | ||
this.customDomain = | ||
url.origin + (url.pathname === '/' ? '' : url.pathname); | ||
this.region = DEFAULT_REGION; | ||
@@ -696,3 +697,3 @@ } | ||
var name = "@firebase/functions"; | ||
var version = "0.11.6"; | ||
var version = "0.11.7-20240827161511"; | ||
@@ -699,0 +700,0 @@ /** |
{ | ||
"name": "@firebase/functions", | ||
"version": "0.11.6", | ||
"version": "0.11.7-20240827161511", | ||
"description": "", | ||
@@ -51,6 +51,6 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"peerDependencies": { | ||
"@firebase/app": "0.x" | ||
"@firebase/app": "0.10.10-20240827161511" | ||
}, | ||
"devDependencies": { | ||
"@firebase/app": "0.10.6", | ||
"@firebase/app": "0.10.10-20240827161511", | ||
"rollup": "2.79.1", | ||
@@ -76,3 +76,3 @@ "@rollup/plugin-json": "4.1.0", | ||
"@firebase/util": "1.9.7", | ||
"undici": "5.28.4", | ||
"undici": "6.19.7", | ||
"tslib": "^2.1.0" | ||
@@ -79,0 +79,0 @@ }, |
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
431551
4957
+ Added@firebase/app@0.10.10-20240827161511(transitive)
+ Added@firebase/logger@0.4.2(transitive)
+ Addedundici@6.19.7(transitive)
- Removed@fastify/busboy@2.1.1(transitive)
- Removed@firebase/app@0.10.18(transitive)
- Removed@firebase/component@0.6.12(transitive)
- Removed@firebase/logger@0.4.4(transitive)
- Removed@firebase/util@1.10.3(transitive)
- Removedundici@5.28.4(transitive)
Updatedundici@6.19.7