@serverless/fdk
Advanced tools
Comparing version 0.3.0 to 0.3.2
{ | ||
"name": "@serverless/fdk", | ||
"version": "0.3.0", | ||
"version": "0.3.2", | ||
"license": "MIT", | ||
@@ -9,6 +9,6 @@ "repository": "https://github.com/serverless/fdk", | ||
"test": "jest --maxWorkers=1", | ||
"test:watch": "jest --watch --maxWorkers=1" | ||
"test:watch": "jest --watch --maxWorkers=1", | ||
"build": "rollup -c" | ||
}, | ||
"dependencies": { | ||
"aws-sdk": "^2.6.14", | ||
"isomorphic-fetch": "^2.2.1", | ||
@@ -25,2 +25,9 @@ "ramda": "^0.24.1", | ||
"rimraf": "^2.6.1", | ||
"rollup": "^0.45.2", | ||
"rollup-plugin-commonjs": "^8.1.0", | ||
"rollup-plugin-json": "^2.3.0", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-globals": "^1.1.0", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"uuid": "^3.1.0" | ||
@@ -27,0 +34,0 @@ }, |
@@ -9,3 +9,3 @@ const path = require('path') | ||
// eslint-disable-next-line no-undef | ||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 5000 | ||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 6000 | ||
@@ -37,3 +37,3 @@ const eventGatewayPath = path.join(__dirname, `${process.platform}_amd64`, 'event-gateway') | ||
}), | ||
3000 | ||
4000 | ||
) | ||
@@ -40,0 +40,0 @@ }), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
40322790
3
35
747
14
- Removedaws-sdk@^2.6.14
- Removedavailable-typed-arrays@1.0.7(transitive)
- Removedaws-sdk@2.1692.0(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@4.9.2(transitive)
- Removedcall-bind@1.0.8(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removedevents@1.1.1(transitive)
- Removedfor-each@0.3.3(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-tostringtag@1.0.2(transitive)
- Removedieee754@1.1.13(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-arguments@1.2.0(transitive)
- Removedis-callable@1.2.7(transitive)
- Removedis-generator-function@1.1.0(transitive)
- Removedis-regex@1.2.1(transitive)
- Removedis-typed-array@1.1.15(transitive)
- Removedisarray@1.0.0(transitive)
- Removedjmespath@0.16.0(transitive)
- Removedpossible-typed-array-names@1.0.0(transitive)
- Removedpunycode@1.3.2(transitive)
- Removedquerystring@0.2.0(transitive)
- Removedsafe-regex-test@1.1.0(transitive)
- Removedsax@1.2.1(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedurl@0.10.3(transitive)
- Removedutil@0.12.5(transitive)
- Removeduuid@8.0.0(transitive)
- Removedwhich-typed-array@1.1.18(transitive)
- Removedxml2js@0.6.2(transitive)
- Removedxmlbuilder@11.0.1(transitive)