@firebase/functions 0.8.7 → 0.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/esm-node/index.node.esm.js +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.esm2017.js +2 -2
- package/dist/index.node.cjs.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @firebase/functions
|
|
2
2
|
|
|
3
|
+
## 0.8.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
|
|
10
|
+
- @firebase/app-check-interop-types@0.1.1
|
|
11
|
+
- @firebase/auth-interop-types@0.1.7
|
|
12
|
+
- @firebase/component@0.5.21
|
|
13
|
+
- @firebase/messaging-interop-types@0.1.1
|
|
14
|
+
- @firebase/util@1.7.3
|
|
15
|
+
|
|
3
16
|
## 0.8.7
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _registerComponent, registerVersion,
|
|
1
|
+
import { _registerComponent, registerVersion, _getProvider, getApp } from '@firebase/app';
|
|
2
2
|
import { FirebaseError, getModularInstance, getDefaultEmulatorHostnameAndPort } from '@firebase/util';
|
|
3
3
|
import { Component } from '@firebase/component';
|
|
4
4
|
import nodeFetch from 'node-fetch';
|
|
@@ -603,7 +603,7 @@ async function callAtURL(functionsInstance, url, data, options) {
|
|
|
603
603
|
}
|
|
604
604
|
|
|
605
605
|
const name = "@firebase/functions";
|
|
606
|
-
const version = "0.8.
|
|
606
|
+
const version = "0.8.8";
|
|
607
607
|
|
|
608
608
|
/**
|
|
609
609
|
* @license
|
package/dist/index.esm.js
CHANGED
package/dist/index.esm2017.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _registerComponent, registerVersion,
|
|
1
|
+
import { _registerComponent, registerVersion, _getProvider, getApp } from '@firebase/app';
|
|
2
2
|
import { FirebaseError, getModularInstance, getDefaultEmulatorHostnameAndPort } from '@firebase/util';
|
|
3
3
|
import { Component } from '@firebase/component';
|
|
4
4
|
|
|
@@ -602,7 +602,7 @@ async function callAtURL(functionsInstance, url, data, options) {
|
|
|
602
602
|
}
|
|
603
603
|
|
|
604
604
|
const name = "@firebase/functions";
|
|
605
|
-
const version = "0.8.
|
|
605
|
+
const version = "0.8.8";
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
608
|
* @license
|
package/dist/index.node.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/functions",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@firebase/app": "0.x"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@firebase/app": "0.8.
|
|
50
|
-
"rollup": "2.
|
|
49
|
+
"@firebase/app": "0.8.3",
|
|
50
|
+
"rollup": "2.79.1",
|
|
51
51
|
"@rollup/plugin-json": "4.1.0",
|
|
52
52
|
"rollup-plugin-typescript2": "0.31.2",
|
|
53
53
|
"typescript": "4.2.2"
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
},
|
|
63
63
|
"typings": "./dist/functions-public.d.ts",
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@firebase/component": "0.5.
|
|
66
|
-
"@firebase/messaging-interop-types": "0.1.
|
|
67
|
-
"@firebase/auth-interop-types": "0.1.
|
|
68
|
-
"@firebase/app-check-interop-types": "0.1.
|
|
69
|
-
"@firebase/util": "1.7.
|
|
65
|
+
"@firebase/component": "0.5.21",
|
|
66
|
+
"@firebase/messaging-interop-types": "0.1.1",
|
|
67
|
+
"@firebase/auth-interop-types": "0.1.7",
|
|
68
|
+
"@firebase/app-check-interop-types": "0.1.1",
|
|
69
|
+
"@firebase/util": "1.7.3",
|
|
70
70
|
"node-fetch": "2.6.7",
|
|
71
71
|
"tslib": "^2.1.0"
|
|
72
72
|
},
|