@firebase/functions-compat 0.3.16 → 0.3.17-20241210130030
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/dist/esm/index.esm2017.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/src/index.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -10,7 +10,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
10
10
|
var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
|
|
11
11
|
|
|
12
12
|
const name = "@firebase/functions-compat";
|
|
13
|
-
const version = "0.3.
|
|
13
|
+
const version = "0.3.17-20241210130030";
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* @license
|
package/dist/src/index.d.ts
CHANGED
|
@@ -32,6 +32,6 @@ import { type Functions, type HttpsCallableOptions, type HttpsCallable } from "@
|
|
|
32
32
|
declare module "@firebase/functions" {
|
|
33
33
|
function connectFunctionsEmulator(functionsInstance: types.FirebaseFunctions, host: string, port: number): void;
|
|
34
34
|
function getFunctions(app?: FirebaseAppCompat, regionOrCustomDomain?: string): Functions;
|
|
35
|
-
function httpsCallable<RequestData = unknown, ResponseData = unknown>(functionsInstance: types.FirebaseFunctions, name: string, options?: HttpsCallableOptions): HttpsCallable<RequestData, ResponseData>;
|
|
36
|
-
function httpsCallableFromURL<RequestData = unknown, ResponseData = unknown>(functionsInstance: types.FirebaseFunctions, url: string, options?: HttpsCallableOptions): HttpsCallable<RequestData, ResponseData>;
|
|
35
|
+
function httpsCallable<RequestData = unknown, ResponseData = unknown, StreamData = unknown>(functionsInstance: types.FirebaseFunctions, name: string, options?: HttpsCallableOptions): HttpsCallable<RequestData, ResponseData, StreamData>;
|
|
36
|
+
function httpsCallableFromURL<RequestData = unknown, ResponseData = unknown, StreamData = unknown>(functionsInstance: types.FirebaseFunctions, url: string, options?: HttpsCallableOptions): HttpsCallable<RequestData, ResponseData, StreamData>;
|
|
37
37
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/functions-compat",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.17-20241210130030",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"typings": "dist/src/index.d.ts",
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@firebase/component": "0.6.11",
|
|
66
|
-
"@firebase/functions": "0.
|
|
66
|
+
"@firebase/functions": "0.12.0-20241210130030",
|
|
67
67
|
"@firebase/functions-types": "0.6.3",
|
|
68
68
|
"@firebase/util": "1.10.2",
|
|
69
69
|
"tslib": "^2.1.0"
|