@node-ts/bus-messages
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@node-ts/bus-messages", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
@@ -11,4 +11,3 @@ "main": "./dist/index.js", | ||
"lint": "tslint --project tsconfig.json 'src/**/*.ts'", | ||
"lint:fix": "yarn lint --fix", | ||
"package:publish": "npm publish --access=public" | ||
"lint:fix": "yarn lint --fix" | ||
}, | ||
@@ -21,3 +20,12 @@ "dependencies": { | ||
"typescript": "^3.3.3" | ||
} | ||
}, | ||
"keywords": [ | ||
"typescript", | ||
"bus", | ||
"messaging", | ||
"microservices", | ||
"distributed systems", | ||
"CQRS", | ||
"ES" | ||
] | ||
} |
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
5147