harcon-amqp
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "harcon-amqp", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "ZeroMQ plugin for the harcon messaging/service bus of node-based enterprise entities.", | ||
@@ -21,8 +21,3 @@ "keywords": [ | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://www.opensource.org/licenses/MIT" | ||
} | ||
], | ||
"license": "MIT", | ||
"main": "./lib/Amqp.js", | ||
@@ -46,5 +41,5 @@ "dependencies": { | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
"node": ">= 4.0.0" | ||
}, | ||
"_id": "harcon-amqp@0.1.0" | ||
"_id": "harcon-amqp@0.1.1" | ||
} |
@@ -15,6 +15,7 @@ var CleanTester = require('./CleanTest'); | ||
, 'checkHealth' | ||
, 'checkVivian' | ||
, 'checkMarie' | ||
, 'checkGreetings' | ||
, 'checkMorningGreetings' | ||
//, 'checkVivian' | ||
//, 'checkMarie' | ||
//, 'checkGreetings' | ||
//, 'checkMorningGreetings' | ||
, 'checkDomina' | ||
, 'close' | ||
@@ -21,0 +22,0 @@ ]; |
@@ -41,3 +41,3 @@ var chai = require('chai'), | ||
var listeners = self.harcon.listeners(); | ||
expect( listeners ).to.eql( [ 'Inflicter', 'Publisher', 'Vivian', 'Alizee', 'Claire', 'Julie', 'Marie' ] ); | ||
expect( listeners ).to.eql( [ 'Inflicter', 'Publisher', 'Vivian', 'Alizee', 'Claire', 'Domina', 'Julie', 'Marie' ] ); | ||
callback(); | ||
@@ -79,2 +79,8 @@ }, 1000 ); | ||
}, | ||
checkDomina: function(done){ | ||
this.harcon.simpleIgnite( 'Domina.force', function(err, res){ | ||
console.log( '>>>>>>>>>>>>>>', err, res ); | ||
done( ); | ||
} ); | ||
}, | ||
close: function( done ){ | ||
@@ -81,0 +87,0 @@ if( this.harcon ) |
@@ -36,2 +36,6 @@ var CleanTester = require('./CleanTest'); | ||
it('Domina forcing is', function(done){ | ||
CleanTester.checkDomina( done ); | ||
}); | ||
/* | ||
@@ -38,0 +42,0 @@ it('General dormir', function(done){ |
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
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
35664
19
534
0