sprucebot-node
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -374,3 +374,4 @@ const Sprucebot = require('./index') | ||
const responses = await sb.emit(SPRUCE_ID, 'test-skill:test', { | ||
taco: 'bravo' | ||
taco: 'bravo', | ||
userId: TAYLOR_ID | ||
}) | ||
@@ -377,0 +378,0 @@ expect(responses).toBeTruthy() // anything but an exception is a win right now |
{ | ||
"name": "sprucebot-node", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "lint": "eslint '**/**/*{.js}'", |
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
129738
1011