resolve-bus-rabbitmq
Advanced tools
Comparing version 0.14.4 to 0.15.0
{ | ||
"name": "resolve-bus-rabbitmq", | ||
"version": "0.14.4", | ||
"version": "0.15.0", | ||
"description": "This package is an adapter for resolve-bus to emit events using RabbitMQ.", | ||
@@ -8,3 +8,4 @@ "engines": { | ||
}, | ||
"main": "./dist/index.js", | ||
"main": "./lib/index.js", | ||
"module": "./es/index.js", | ||
"bugs": { | ||
@@ -14,3 +15,5 @@ "url": "https://github.com/reimagined/resolve/issues" | ||
"scripts": { | ||
"prepare": "babel --config-file=../../../../.babelrc --source-maps --out-dir ./dist ./src", | ||
"compile": "npm run compile:es && npm run compile:cjs", | ||
"compile:es": "cross-env MODULE_TYPE=es MODULE_TARGET=server babel --config-file=../../../../babel.config.js --source-maps --out-dir ./es ./src", | ||
"compile:cjs": "cross-env MODULE_TYPE=cjs MODULE_TARGET=server babel --config-file=../../../../babel.config.js --source-maps --out-dir ./lib ./src", | ||
"test": "jest --config=../../../../jest.config.js --verbose", | ||
@@ -33,5 +36,5 @@ "testw": "jest --config=../../../../jest.config.js --watchAll" | ||
"devDependencies": { | ||
"jest": "23.4.2", | ||
"sinon": "^6.1.3" | ||
"jest": "23.6.0", | ||
"sinon": "6.2.0" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20085
7
201
1