aws-event-stream
Advanced tools
Comparing version
@@ -94,3 +94,3 @@ 'use strict'; | ||
eventType: data.eventType, | ||
payload: data.payload, | ||
payload: data, | ||
}]; | ||
@@ -97,0 +97,0 @@ } |
{ | ||
"name": "aws-event-stream", | ||
"version": "1.2.8", | ||
"version": "1.2.11", | ||
"description": "A simple and fast EventStore for AWS.", | ||
@@ -27,3 +27,5 @@ "author": "Rodrigo Pinheiro de Almeida <rpinheiroalmeida@gmail.com>", | ||
"test": "jest --config ./test/jest.config.js --coverage --silent test/unit", | ||
"test:integration": "sh ./scripts/up-localstack.sh && cross-env NODE_ENV=test jest --config ./test/jest.config.js --silent test/integration", | ||
"test:integration": "npm run test:integration:setup && jest --config ./test/jest.config.js --silent test/integration", | ||
"test:integration:setup": "test/integration/fixture/setup.sh", | ||
"test:integration:teardown": "test/integration/fixture/teardown.sh", | ||
"test:unit": "jest --config ./test/jest.config.js --coverage --silent test/unit", | ||
@@ -97,6 +99,2 @@ "test:watch": "jest --config ./test/jest.config.js --watch --silent test/unit", | ||
}, | ||
"dependencies": { | ||
"async": "^3.2.0", | ||
"joi": "^13.7.0" | ||
}, | ||
"publishConfig": { | ||
@@ -103,0 +101,0 @@ "access": "public" |
@@ -52,3 +52,3 @@ 'use strict'; | ||
eventType: data.eventType, | ||
payload: data.payload, | ||
payload: data, | ||
}; | ||
@@ -55,0 +55,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
304740
0.06%0
-100%- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed