Comparing version 10.0.1 to 10.0.2
@@ -6,3 +6,3 @@ 'use strict' | ||
const OptParse = require('optparse') | ||
const OptParse = require('../src/OptParse.js') | ||
@@ -36,3 +36,3 @@ const Hubot = require('..') | ||
const Parser = new OptParse.OptionParser(switches) | ||
const Parser = new OptParse(switches) | ||
Parser.banner = 'Usage hubot [options]' | ||
@@ -85,3 +85,3 @@ | ||
Parser.on((opt, value) => { | ||
Parser.on(undefined, (opt, value) => { | ||
console.warn(`Unknown option: ${opt}`) | ||
@@ -88,0 +88,0 @@ }) |
{ | ||
"name": "hubot", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"author": "hubot", | ||
@@ -22,3 +22,2 @@ "keywords": [ | ||
"express-basic-auth": "^1.2.1", | ||
"optparse": "^1.0.5", | ||
"pino": "^8.11.0" | ||
@@ -25,0 +24,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
96408
5
25
2481
- Removedoptparse@^1.0.5
- Removedoptparse@1.0.5(transitive)