harcon-amqp
Advanced tools
Comparing version 5.7.5 to 5.8.1
{ | ||
"name": "harcon-amqp", | ||
"version": "5.7.5", | ||
"version": "5.8.1", | ||
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"async": "^2.1.2", | ||
"harcon": "^5.7.5", | ||
"harcon": "^5.8.1", | ||
"isa.js": "^1.7.5", | ||
@@ -30,0 +30,0 @@ "proback.js": "^1.6.0", |
@@ -76,5 +76,5 @@ 'use strict' | ||
inflicter.entities( function (err, entities) { | ||
let names = entities.map( function (entity) { return entity.name } ) | ||
let names = entities.map( function (entity) { return entity.name } ).sort() | ||
console.log( '...', err, entities, names ) | ||
expect( names ).to.eql( [ 'Inflicter', 'peter', 'Mortar', 'Alizee', 'Bandit', 'Charlotte', 'Claire', 'Domina', 'Julie', 'Lina', 'Marie', 'Marion', 'walter' ] ) | ||
expect( names ).to.eql( [ 'Alizee', 'Bandit', 'Charlotte', 'Claire', 'Domina', 'Inflicter', 'Julie', 'Lina', 'Marie', 'Marion', 'Mortar', 'peter', 'walter' ] ) | ||
done(err) | ||
@@ -81,0 +81,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
35258
Updatedharcon@^5.8.1