Skip to content

Commit e1c6129

Browse files
authored
Add required types to Functions SDK (#465)
* add necessary types back into dependencies * remove from devdeps * add changelog
1 parent 75fb762 commit e1c6129

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Includes required types for functions SDK.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"test": "mocha -r ts-node/register ./spec/index.spec.ts"
3030
},
3131
"dependencies": {
32+
"@types/cors": "^2.8.5",
33+
"@types/express": "^4.11.1",
34+
"@types/jsonwebtoken": "^8.3.2",
35+
"@types/lodash": "^4.14.133",
3236
"cors": "^2.8.4",
3337
"express": "^4.17.1",
3438
"jsonwebtoken": "^8.3.2",
@@ -37,10 +41,6 @@
3741
"devDependencies": {
3842
"@types/chai": "^4.1.7",
3943
"@types/chai-as-promised": "^7.1.0",
40-
"@types/cors": "^2.8.5",
41-
"@types/express": "^4.11.1",
42-
"@types/jsonwebtoken": "^8.3.2",
43-
"@types/lodash": "^4.14.133",
4444
"@types/mocha": "^5.2.7",
4545
"@types/mock-require": "^2.0.0",
4646
"@types/nock": "^10.0.2",

0 commit comments

Comments
 (0)