@firebase/functions-compat 0.3.5 → 0.3.6-20231120214520
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/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.6-20231120214520";
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* @license
|
package/dist/index.esm2017.js
CHANGED
package/dist/index.esm5.js
CHANGED
package/dist/index.node.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
|
var name = "@firebase/functions-compat";
|
|
13
|
-
var version = "0.3.
|
|
13
|
+
var version = "0.3.6-20231120214520";
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* @license
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/functions-compat",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6-20231120214520",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@firebase/app-compat": "0.x"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@firebase/app-compat": "0.2.
|
|
34
|
+
"@firebase/app-compat": "0.2.23",
|
|
35
35
|
"rollup": "2.79.1",
|
|
36
36
|
"@rollup/plugin-json": "4.1.0",
|
|
37
37
|
"rollup-plugin-typescript2": "0.31.2",
|
|
@@ -52,19 +52,19 @@
|
|
|
52
52
|
"build:deps": "lerna run --scope @firebase/functions-compat --include-dependencies build",
|
|
53
53
|
"build:release": "rollup -c rollup.config.release.js && yarn add-compat-overloads",
|
|
54
54
|
"dev": "rollup -c -w",
|
|
55
|
-
"test": "run-p lint test:all",
|
|
55
|
+
"test": "run-p --npm-path npm lint test:all",
|
|
56
56
|
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
|
|
57
|
-
"test:all": "run-p test:browser test:node",
|
|
57
|
+
"test:all": "run-p --npm-path npm test:browser test:node",
|
|
58
58
|
"test:browser": "karma start --single-run",
|
|
59
59
|
"test:browser:debug": "karma start --browsers=Chrome --auto-watch",
|
|
60
60
|
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'src/{,!(browser)/**/}*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js",
|
|
61
|
-
"test:emulator": "env FIREBASE_FUNCTIONS_HOST=http://localhost FIREBASE_FUNCTIONS_PORT=5005 run-p test:node",
|
|
61
|
+
"test:emulator": "env FIREBASE_FUNCTIONS_HOST=http://localhost FIREBASE_FUNCTIONS_PORT=5005 run-p --npm-path npm test:node",
|
|
62
62
|
"add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../functions/dist/functions-public.d.ts -o dist/src/index.d.ts -a -r Functions:types.FirebaseFunctions -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/functions"
|
|
63
63
|
},
|
|
64
64
|
"typings": "dist/src/index.d.ts",
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@firebase/component": "0.6.4",
|
|
67
|
-
"@firebase/functions": "0.
|
|
67
|
+
"@firebase/functions": "0.11.0-20231120214520",
|
|
68
68
|
"@firebase/functions-types": "0.6.0",
|
|
69
69
|
"@firebase/util": "1.9.3",
|
|
70
70
|
"tslib": "^2.1.0"
|