@firebase/functions-compat 0.2.7 → 0.2.8-20221025194556

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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @firebase/functions-compat
2
2
 
3
+ ## 0.2.8-20221025194556
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-compat@0.1.38-20221025194556
11
+ - @firebase/component@0.5.21-20221025194556
12
+ - @firebase/functions@0.8.8-20221025194556
13
+ - @firebase/functions-types@0.5.1-20221025194556
14
+ - @firebase/util@1.7.3-20221025194556
15
+
3
16
  ## 0.2.7
4
17
 
5
18
  ### Patch Changes
@@ -4,7 +4,7 @@ import { FirebaseError } from '@firebase/util';
4
4
  import { Component } from '@firebase/component';
5
5
 
6
6
  const name = "@firebase/functions-compat";
7
- const version = "0.2.7";
7
+ const version = "0.2.8-20221025194556";
8
8
 
9
9
  /**
10
10
  * @license
@@ -4,7 +4,7 @@ import { FirebaseError } from '@firebase/util';
4
4
  import { Component } from '@firebase/component';
5
5
 
6
6
  var name = "@firebase/functions-compat";
7
- var version = "0.2.7";
7
+ var version = "0.2.8-20221025194556";
8
8
 
9
9
  /**
10
10
  * @license
@@ -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
  var name = "@firebase/functions-compat";
13
- var version = "0.2.7";
13
+ var version = "0.2.8-20221025194556";
14
14
 
15
15
  /**
16
16
  * @license
@@ -4,7 +4,7 @@ import { FirebaseError } from '@firebase/util';
4
4
  import { Component } from '@firebase/component';
5
5
 
6
6
  const name = "@firebase/functions-compat";
7
- const version = "0.2.7";
7
+ const version = "0.2.8-20221025194556";
8
8
 
9
9
  /**
10
10
  * @license
@@ -28,7 +28,7 @@ declare module '@firebase/app-compat' {
28
28
  }
29
29
 
30
30
  import { FirebaseApp as FirebaseAppCompat } from "@firebase/app-compat";
31
- import { Functions, HttpsCallableOptions, HttpsCallable } from "@firebase/functions";
31
+ import { type Functions, type HttpsCallableOptions, type HttpsCallable } from "@firebase/functions";
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/functions-compat",
3
- "version": "0.2.7",
3
+ "version": "0.2.8-20221025194556",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -24,11 +24,11 @@
24
24
  ],
25
25
  "license": "Apache-2.0",
26
26
  "peerDependencies": {
27
- "@firebase/app-compat": "0.x"
27
+ "@firebase/app-compat": "0.1.38-20221025194556"
28
28
  },
29
29
  "devDependencies": {
30
- "@firebase/app-compat": "0.1.37",
31
- "rollup": "2.72.1",
30
+ "@firebase/app-compat": "0.1.38-20221025194556",
31
+ "rollup": "2.79.1",
32
32
  "@rollup/plugin-json": "4.1.0",
33
33
  "rollup-plugin-typescript2": "0.31.2",
34
34
  "typescript": "4.2.2"
@@ -59,10 +59,10 @@
59
59
  },
60
60
  "typings": "dist/src/index.d.ts",
61
61
  "dependencies": {
62
- "@firebase/component": "0.5.20",
63
- "@firebase/functions": "0.8.7",
64
- "@firebase/functions-types": "0.5.0",
65
- "@firebase/util": "1.7.2",
62
+ "@firebase/component": "0.5.21-20221025194556",
63
+ "@firebase/functions": "0.8.8-20221025194556",
64
+ "@firebase/functions-types": "0.5.1-20221025194556",
65
+ "@firebase/util": "1.7.3-20221025194556",
66
66
  "tslib": "^2.1.0"
67
67
  },
68
68
  "nyc": {