Comparing version 7.2.0 to 7.2.1
{ | ||
"name": "pilota", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "Command bus for RxJS", | ||
"type": "module", | ||
"module": "./src/pilota.js", | ||
"scripts": { | ||
"test": "mocha --colors 'test/**/*spec.js'", | ||
"test:watch": "mocha --require babel-core/register --colors -w 'test/**/*spec.js'" | ||
}, | ||
"files": [ | ||
"src/" | ||
], | ||
"repository": { | ||
@@ -30,2 +22,13 @@ "type": "git", | ||
"homepage": "https://github.com/ndp-software/pilota#readme", | ||
"module": "./src/pilota.js", | ||
"exports": { | ||
"import": "./src/pilota.js" | ||
}, | ||
"files": [ | ||
"src/" | ||
], | ||
"scripts": { | ||
"test": "mocha --colors 'test/**/*spec.js'", | ||
"test:watch": "mocha --require babel-core/register --colors -w 'test/**/*spec.js'" | ||
}, | ||
"dependencies": { | ||
@@ -32,0 +35,0 @@ "rxjs": "^7" |
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
22635
0