@architect/functions
Advanced tools
Comparing version 5.3.1 to 5.3.2
{ | ||
"name": "@architect/functions", | ||
"version": "5.3.1", | ||
"version": "5.3.2", | ||
"description": "Cloud function signatures for HTTP handlers, pub/sub + scheduled, queued functions, table triggers, and more", | ||
@@ -38,6 +38,6 @@ "homepage": "https://github.com/architect/functions", | ||
"devDependencies": { | ||
"@architect/asap": "^5.0.2", | ||
"@architect/asap": "^5.1.0", | ||
"@architect/eslint-config": "2.0.1", | ||
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git", | ||
"@architect/sandbox": "^5.4.0", | ||
"@architect/sandbox": "^5.4.1", | ||
"@aws-sdk/client-apigatewaymanagementapi": "^3.213.0", | ||
@@ -49,15 +49,15 @@ "@aws-sdk/client-dynamodb": "^3.213.0", | ||
"@aws-sdk/lib-dynamodb": "^3.214.0", | ||
"@types/aws-lambda": "^8.10.108", | ||
"@types/node": "^18.11.9", | ||
"@types/aws-lambda": "^8.10.109", | ||
"@types/node": "^18.11.13", | ||
"aws-sdk": "2.1055.0", | ||
"cross-env": "~7.0.3", | ||
"eslint": "^8.28.0", | ||
"eslint": "^8.29.0", | ||
"mock-fs": "~5.2.0", | ||
"nyc": "~15.1.0", | ||
"proxyquire": "~2.1.3", | ||
"sinon": "~14.0.2", | ||
"sinon": "~15.0.0", | ||
"tap-spec": "~5.0.0", | ||
"tape": "~5.6.1", | ||
"tiny-json-http": "~7.4.2", | ||
"tsd": "^0.24.1" | ||
"tsd": "^0.25.0" | ||
}, | ||
@@ -64,0 +64,0 @@ "files": [ |
@@ -22,2 +22,3 @@ /** | ||
// Images | ||
'image/avif', | ||
'image/bmp', | ||
@@ -36,3 +37,4 @@ 'image/gif', | ||
'audio/ogg', | ||
'audio/wavaudio/webm', | ||
'audio/wav', | ||
'audio/webm', | ||
'audio/x-aiff', | ||
@@ -39,0 +41,0 @@ 'audio/x-midi', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71722
2081