@node-ts/bus-core
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@node-ts/bus-core", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Core bus logic", | ||
@@ -16,3 +16,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@node-ts/bus-messages": "^0.1.0", | ||
"@node-ts/bus-messages": "^0.1.1", | ||
"@node-ts/logger-core": "^0.0.13", | ||
@@ -46,3 +46,3 @@ "@types/node": "^11.12.2", | ||
], | ||
"gitHead": "ee478be10a8a44ca38c594a0fdf96e538c2c1f81" | ||
"gitHead": "db968063e6c7bd3247aa916dff82cda26236e8e7" | ||
} |
# @node-ts/bus-core | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/node-ts/bus.svg)](https://greenkeeper.io/) | ||
[![CircleCI](https://circleci.com/gh/node-ts/bus/tree/master.svg?style=svg)](https://circleci.com/gh/node-ts/bus/tree/master) | ||
The core messaging framework. This package provides an in-memory queue and persistence by default, but is designed to be used with other @node-ts/bus-* packages that provide compatibility with other transports (SQS, RabbitMQ, Azure Queues) and persistence technologies (PostgreSQL, SQL Server, Oracle). | ||
@@ -4,0 +7,0 @@ |
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
81333
90
Updated@node-ts/bus-messages@^0.1.1