@firebase/functions
Advanced tools
Comparing version 0.11.6-canary.52f8deb1d to 0.11.6-canary.5594ebc9f
@@ -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-canary.52f8deb1d"; | ||
const version = "0.11.6-canary.5594ebc9f"; | ||
@@ -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-canary.52f8deb1d"; | ||
const version = "0.11.6-canary.5594ebc9f"; | ||
@@ -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-canary.52f8deb1d"; | ||
var version = "0.11.6-canary.5594ebc9f"; | ||
@@ -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-canary.52f8deb1d"; | ||
const version = "0.11.6-canary.5594ebc9f"; | ||
@@ -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-canary.52f8deb1d"; | ||
var version = "0.11.6-canary.5594ebc9f"; | ||
@@ -699,0 +700,0 @@ /** |
{ | ||
"name": "@firebase/functions", | ||
"version": "0.11.6-canary.52f8deb1d", | ||
"version": "0.11.6-canary.5594ebc9f", | ||
"description": "", | ||
@@ -51,6 +51,6 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"peerDependencies": { | ||
"@firebase/app": "0.10.6-canary.52f8deb1d" | ||
"@firebase/app": "0.10.9-canary.5594ebc9f" | ||
}, | ||
"devDependencies": { | ||
"@firebase/app": "0.10.6-canary.52f8deb1d", | ||
"@firebase/app": "0.10.9-canary.5594ebc9f", | ||
"rollup": "2.79.1", | ||
@@ -71,8 +71,8 @@ "@rollup/plugin-json": "4.1.0", | ||
"dependencies": { | ||
"@firebase/component": "0.6.8-canary.52f8deb1d", | ||
"@firebase/messaging-interop-types": "0.2.2-canary.52f8deb1d", | ||
"@firebase/auth-interop-types": "0.2.3-canary.52f8deb1d", | ||
"@firebase/app-check-interop-types": "0.3.2-canary.52f8deb1d", | ||
"@firebase/util": "1.9.7-canary.52f8deb1d", | ||
"undici": "5.28.4", | ||
"@firebase/component": "0.6.8-canary.5594ebc9f", | ||
"@firebase/messaging-interop-types": "0.2.2-canary.5594ebc9f", | ||
"@firebase/auth-interop-types": "0.2.3-canary.5594ebc9f", | ||
"@firebase/app-check-interop-types": "0.3.2-canary.5594ebc9f", | ||
"@firebase/util": "1.9.7-canary.5594ebc9f", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
431650
4957
+ Added@firebase/app@0.10.9-canary.5594ebc9f(transitive)
+ Added@firebase/app-check-interop-types@0.3.2-canary.5594ebc9f(transitive)
+ Added@firebase/auth-interop-types@0.2.3-canary.5594ebc9f(transitive)
+ Added@firebase/component@0.6.8-canary.5594ebc9f(transitive)
+ Added@firebase/logger@0.4.2-canary.5594ebc9f(transitive)
+ Added@firebase/messaging-interop-types@0.2.2-canary.5594ebc9f(transitive)
+ Added@firebase/util@1.9.7-canary.5594ebc9f(transitive)
+ Addedundici@6.19.7(transitive)
- Removed@fastify/busboy@2.1.1(transitive)
- Removed@firebase/app@0.10.6-canary.52f8deb1d(transitive)
- Removed@firebase/app-check-interop-types@0.3.2-canary.52f8deb1d(transitive)
- Removed@firebase/auth-interop-types@0.2.3-canary.52f8deb1d(transitive)
- Removed@firebase/component@0.6.8-canary.52f8deb1d(transitive)
- Removed@firebase/logger@0.4.2-canary.52f8deb1d(transitive)
- Removed@firebase/messaging-interop-types@0.2.2-canary.52f8deb1d(transitive)
- Removed@firebase/util@1.9.7-canary.52f8deb1d(transitive)
- Removedundici@5.28.4(transitive)
Updated@firebase/app-check-interop-types@0.3.2-canary.5594ebc9f
Updated@firebase/messaging-interop-types@0.2.2-canary.5594ebc9f
Updatedundici@6.19.7