@node-ts/bus-core
Advanced tools
Comparing version 0.1.14 to 0.1.15
{ | ||
"name": "@node-ts/bus-core", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "A message bus abstraction to build simple distributed applications in Node.", | ||
@@ -16,3 +16,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@node-ts/bus-messages": "^0.1.3", | ||
"@node-ts/bus-messages": "^0.1.4", | ||
"@types/node": "^11.13.4", | ||
@@ -49,3 +49,3 @@ "autobind-decorator": "^2.4.0", | ||
], | ||
"gitHead": "a07ced2ef5d635c4e727b98d3ffb64a83a799360" | ||
"gitHead": "9034f121b02ecb25876b0f454017c73afaca5d50" | ||
} |
# @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) | ||
[![CircleCI](https://circleci.com/gh/node-ts/bus/tree/master.svg?style=svg)](https://circleci.com/gh/node-ts/bus/tree/master)[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) | ||
@@ -6,0 +6,0 @@ 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). |
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
102321
Updated@node-ts/bus-messages@^0.1.4