firebase-tools 10.9.0 → 11.0.0
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/README.md +15 -9
- package/lib/commands/apps-sdkconfig.js +6 -2
- package/lib/commands/ext-configure.js +51 -120
- package/lib/commands/ext-dev-emulators-exec.js +11 -6
- package/lib/commands/ext-dev-emulators-start.js +10 -26
- package/lib/commands/ext-install.js +8 -197
- package/lib/commands/ext-uninstall.js +4 -93
- package/lib/commands/ext-update.js +62 -225
- package/lib/deploy/functions/runtimes/discovery/v1alpha1.js +8 -9
- package/lib/deploy/functions/runtimes/node/index.js +7 -3
- package/lib/emulator/commandUtils.js +1 -1
- package/lib/emulator/controller.js +2 -2
- package/lib/emulator/downloadableEmulators.js +6 -6
- package/lib/emulator/extensionsEmulator.js +7 -3
- package/lib/emulator/functionsEmulator.js +1 -2
- package/lib/emulator/portUtils.js +2 -0
- package/lib/emulator/storage/crc.js +3 -0
- package/lib/emulator/storage/rules/runtime.js +1 -1
- package/lib/extensions/extensionsHelper.js +4 -5
- package/lib/extensions/manifest.js +5 -11
- package/lib/firebaseConfigValidate.js +1 -1
- package/lib/frameworks/index.js +11 -1
- package/npm-shrinkwrap.json +628 -411
- package/package.json +15 -18
- package/schema/firebase-config.json +9 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "firebase-tools",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0",
|
|
4
4
|
"description": "Command-Line Interface for Firebase",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"test:emulator": "./scripts/emulator-tests/run.sh",
|
|
29
29
|
"test:extensions-deploy": "./scripts/extensions-deploy-tests/run.sh",
|
|
30
30
|
"test:extensions-emulator": "./scripts/extensions-emulator-tests/run.sh",
|
|
31
|
-
"test:ext-dev-emulator": "./scripts/ext-dev-emulators-tests/run.sh",
|
|
32
31
|
"test:hosting": "./scripts/hosting-tests/run.sh",
|
|
33
32
|
"test:triggers-end-to-end": "./scripts/triggers-end-to-end-tests/run.sh",
|
|
34
33
|
"test:storage-deploy": "./scripts/storage-deploy-tests/run.sh",
|
|
@@ -57,7 +56,7 @@
|
|
|
57
56
|
],
|
|
58
57
|
"preferGlobal": true,
|
|
59
58
|
"engines": {
|
|
60
|
-
"node": ">=
|
|
59
|
+
"node": ">= 14.18.0"
|
|
61
60
|
},
|
|
62
61
|
"author": "Firebase (https://firebase.google.com/)",
|
|
63
62
|
"license": "MIT",
|
|
@@ -86,7 +85,7 @@
|
|
|
86
85
|
]
|
|
87
86
|
},
|
|
88
87
|
"dependencies": {
|
|
89
|
-
"@google-cloud/pubsub": "^2.
|
|
88
|
+
"@google-cloud/pubsub": "^2.19.4",
|
|
90
89
|
"abort-controller": "^3.0.0",
|
|
91
90
|
"ajv": "^6.12.6",
|
|
92
91
|
"archiver": "^5.0.0",
|
|
@@ -101,14 +100,13 @@
|
|
|
101
100
|
"cross-env": "^5.1.3",
|
|
102
101
|
"cross-spawn": "^7.0.1",
|
|
103
102
|
"csv-parse": "^5.0.4",
|
|
104
|
-
"dotenv": "^6.1.0",
|
|
105
103
|
"exegesis": "^4.1.0",
|
|
106
104
|
"exegesis-express": "^4.0.0",
|
|
107
105
|
"exit-code": "^1.0.2",
|
|
108
106
|
"express": "^4.16.4",
|
|
109
107
|
"filesize": "^6.1.0",
|
|
110
|
-
"firebase-frameworks": "^0.4.
|
|
111
|
-
"fs-extra": "^
|
|
108
|
+
"firebase-frameworks": "^0.4.2",
|
|
109
|
+
"fs-extra": "^10.1.0",
|
|
112
110
|
"glob": "^7.1.2",
|
|
113
111
|
"google-auth-library": "^7.11.0",
|
|
114
112
|
"inquirer": "^8.2.0",
|
|
@@ -116,8 +114,8 @@
|
|
|
116
114
|
"jsonwebtoken": "^8.5.1",
|
|
117
115
|
"leven": "^3.1.0",
|
|
118
116
|
"lodash": "^4.17.21",
|
|
119
|
-
"marked": "^4.0.
|
|
120
|
-
"marked-terminal": "^
|
|
117
|
+
"marked": "^4.0.14",
|
|
118
|
+
"marked-terminal": "^5.1.1",
|
|
121
119
|
"mime": "^2.5.2",
|
|
122
120
|
"minimatch": "^3.0.4",
|
|
123
121
|
"morgan": "^1.10.0",
|
|
@@ -135,8 +133,8 @@
|
|
|
135
133
|
"stream-json": "^1.7.3",
|
|
136
134
|
"superstatic": "^8.0.0",
|
|
137
135
|
"tar": "^6.1.11",
|
|
138
|
-
"tcp-port-used": "^1.0.
|
|
139
|
-
"tmp": "0.
|
|
136
|
+
"tcp-port-used": "^1.0.2",
|
|
137
|
+
"tmp": "^0.2.1",
|
|
140
138
|
"triple-beam": "^1.3.0",
|
|
141
139
|
"tweetsodium": "0.0.5",
|
|
142
140
|
"universal-analytics": "^0.5.3",
|
|
@@ -160,20 +158,19 @@
|
|
|
160
158
|
"@types/configstore": "^4.0.0",
|
|
161
159
|
"@types/cors": "^2.8.10",
|
|
162
160
|
"@types/cross-spawn": "^6.0.1",
|
|
163
|
-
"@types/dotenv": "^6.1.0",
|
|
164
161
|
"@types/express": "^4.17.0",
|
|
165
162
|
"@types/express-serve-static-core": "^4.17.8",
|
|
166
|
-
"@types/fs-extra": "^
|
|
163
|
+
"@types/fs-extra": "^9.0.13",
|
|
167
164
|
"@types/glob": "^7.1.1",
|
|
168
165
|
"@types/inquirer": "^8.1.3",
|
|
169
166
|
"@types/js-yaml": "^3.12.2",
|
|
170
167
|
"@types/jsonwebtoken": "^8.3.8",
|
|
171
168
|
"@types/lodash": "^4.14.149",
|
|
172
|
-
"@types/marked": "^4.0.
|
|
169
|
+
"@types/marked": "^4.0.3",
|
|
173
170
|
"@types/marked-terminal": "^3.1.3",
|
|
174
171
|
"@types/mocha": "^9.0.0",
|
|
175
172
|
"@types/multer": "^1.4.3",
|
|
176
|
-
"@types/node": "^
|
|
173
|
+
"@types/node": "^14.18.18",
|
|
177
174
|
"@types/node-fetch": "^2.5.12",
|
|
178
175
|
"@types/progress": "^2.0.3",
|
|
179
176
|
"@types/puppeteer": "^5.4.2",
|
|
@@ -186,8 +183,8 @@
|
|
|
186
183
|
"@types/stream-json": "^1.7.2",
|
|
187
184
|
"@types/supertest": "^2.0.6",
|
|
188
185
|
"@types/tar": "^6.1.1",
|
|
189
|
-
"@types/tcp-port-used": "^1.0.
|
|
190
|
-
"@types/tmp": "^0.
|
|
186
|
+
"@types/tcp-port-used": "^1.0.1",
|
|
187
|
+
"@types/tmp": "^0.2.3",
|
|
191
188
|
"@types/triple-beam": "^1.3.0",
|
|
192
189
|
"@types/universal-analytics": "^0.4.5",
|
|
193
190
|
"@types/unzipper": "^0.10.0",
|
|
@@ -200,7 +197,7 @@
|
|
|
200
197
|
"eslint": "^8.6.0",
|
|
201
198
|
"eslint-config-google": "^0.14.0",
|
|
202
199
|
"eslint-config-prettier": "^8.3.0",
|
|
203
|
-
"eslint-plugin-jsdoc": "^
|
|
200
|
+
"eslint-plugin-jsdoc": "^39.2.9",
|
|
204
201
|
"eslint-plugin-prettier": "^4.0.0",
|
|
205
202
|
"firebase": "^7.24.0",
|
|
206
203
|
"firebase-admin": "^9.4.2",
|
|
@@ -910,6 +910,9 @@
|
|
|
910
910
|
"site": {
|
|
911
911
|
"type": "string"
|
|
912
912
|
},
|
|
913
|
+
"source": {
|
|
914
|
+
"type": "string"
|
|
915
|
+
},
|
|
913
916
|
"target": {
|
|
914
917
|
"type": "string"
|
|
915
918
|
},
|
|
@@ -1392,6 +1395,9 @@
|
|
|
1392
1395
|
"site": {
|
|
1393
1396
|
"type": "string"
|
|
1394
1397
|
},
|
|
1398
|
+
"source": {
|
|
1399
|
+
"type": "string"
|
|
1400
|
+
},
|
|
1395
1401
|
"target": {
|
|
1396
1402
|
"type": "string"
|
|
1397
1403
|
},
|
|
@@ -1874,6 +1880,9 @@
|
|
|
1874
1880
|
"site": {
|
|
1875
1881
|
"type": "string"
|
|
1876
1882
|
},
|
|
1883
|
+
"source": {
|
|
1884
|
+
"type": "string"
|
|
1885
|
+
},
|
|
1877
1886
|
"target": {
|
|
1878
1887
|
"type": "string"
|
|
1879
1888
|
},
|