@firebase/functions 0.11.5-dataconnect-preview.388b61c7e → 0.11.5-eap-firestore-backfiller.87babf60c
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.
|
@@ -605,7 +605,7 @@ async function callAtURL(functionsInstance, url, data, options) {
|
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
const name = "@firebase/functions";
|
|
608
|
-
const version = "0.11.5-
|
|
608
|
+
const version = "0.11.5-eap-firestore-backfiller.87babf60c";
|
|
609
609
|
|
|
610
610
|
/**
|
|
611
611
|
* @license
|
package/dist/index.cjs.js
CHANGED
|
@@ -608,7 +608,7 @@ async function callAtURL(functionsInstance, url, data, options) {
|
|
|
608
608
|
}
|
|
609
609
|
|
|
610
610
|
const name = "@firebase/functions";
|
|
611
|
-
const version = "0.11.5-
|
|
611
|
+
const version = "0.11.5-eap-firestore-backfiller.87babf60c";
|
|
612
612
|
|
|
613
613
|
/**
|
|
614
614
|
* @license
|
package/dist/index.esm.js
CHANGED
|
@@ -687,7 +687,7 @@ function callAtURL(functionsInstance, url, data, options) {
|
|
|
687
687
|
}
|
|
688
688
|
|
|
689
689
|
var name = "@firebase/functions";
|
|
690
|
-
var version = "0.11.5-
|
|
690
|
+
var version = "0.11.5-eap-firestore-backfiller.87babf60c";
|
|
691
691
|
|
|
692
692
|
/**
|
|
693
693
|
* @license
|
package/dist/index.esm2017.js
CHANGED
|
@@ -604,7 +604,7 @@ async function callAtURL(functionsInstance, url, data, options) {
|
|
|
604
604
|
}
|
|
605
605
|
|
|
606
606
|
const name = "@firebase/functions";
|
|
607
|
-
const version = "0.11.5-
|
|
607
|
+
const version = "0.11.5-eap-firestore-backfiller.87babf60c";
|
|
608
608
|
|
|
609
609
|
/**
|
|
610
610
|
* @license
|
package/dist/index.node.cjs.js
CHANGED
|
@@ -692,7 +692,7 @@ function callAtURL(functionsInstance, url, data, options) {
|
|
|
692
692
|
}
|
|
693
693
|
|
|
694
694
|
var name = "@firebase/functions";
|
|
695
|
-
var version = "0.11.5-
|
|
695
|
+
var version = "0.11.5-eap-firestore-backfiller.87babf60c";
|
|
696
696
|
|
|
697
697
|
/**
|
|
698
698
|
* @license
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/functions",
|
|
3
|
-
"version": "0.11.5-
|
|
3
|
+
"version": "0.11.5-eap-firestore-backfiller.87babf60c",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"test:browser:debug": "karma start --browsers=Chrome --auto-watch",
|
|
41
41
|
"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",
|
|
42
42
|
"test:emulator": "env FIREBASE_FUNCTIONS_EMULATOR_ORIGIN=http://localhost:5005 run-p --npm-path npm test:node",
|
|
43
|
+
"trusted-type-check": "tsec -p tsconfig.json --noEmit",
|
|
43
44
|
"api-report": "api-extractor run --local --verbose",
|
|
44
45
|
"doc": "api-documenter markdown --input temp --output docs",
|
|
45
46
|
"build:doc": "yarn build && yarn doc",
|
|
@@ -47,10 +48,10 @@
|
|
|
47
48
|
},
|
|
48
49
|
"license": "Apache-2.0",
|
|
49
50
|
"peerDependencies": {
|
|
50
|
-
"@firebase/app": "0.10.
|
|
51
|
+
"@firebase/app": "0.10.5-eap-firestore-backfiller.87babf60c"
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
53
|
-
"@firebase/app": "0.10.
|
|
54
|
+
"@firebase/app": "0.10.5-eap-firestore-backfiller.87babf60c",
|
|
54
55
|
"rollup": "2.79.1",
|
|
55
56
|
"@rollup/plugin-json": "4.1.0",
|
|
56
57
|
"rollup-plugin-typescript2": "0.31.2",
|
|
@@ -66,11 +67,11 @@
|
|
|
66
67
|
},
|
|
67
68
|
"typings": "./dist/functions-public.d.ts",
|
|
68
69
|
"dependencies": {
|
|
69
|
-
"@firebase/component": "0.6.7-
|
|
70
|
-
"@firebase/messaging-interop-types": "0.2.2-
|
|
71
|
-
"@firebase/auth-interop-types": "0.2.3-
|
|
72
|
-
"@firebase/app-check-interop-types": "0.3.2-
|
|
73
|
-
"@firebase/util": "1.9.6-
|
|
70
|
+
"@firebase/component": "0.6.7-eap-firestore-backfiller.87babf60c",
|
|
71
|
+
"@firebase/messaging-interop-types": "0.2.2-eap-firestore-backfiller.87babf60c",
|
|
72
|
+
"@firebase/auth-interop-types": "0.2.3-eap-firestore-backfiller.87babf60c",
|
|
73
|
+
"@firebase/app-check-interop-types": "0.3.2-eap-firestore-backfiller.87babf60c",
|
|
74
|
+
"@firebase/util": "1.9.6-eap-firestore-backfiller.87babf60c",
|
|
74
75
|
"undici": "5.28.4",
|
|
75
76
|
"tslib": "^2.1.0"
|
|
76
77
|
},
|