Skip to content

Commit

Permalink
fix(listener): issue #71 context global was broken by collections map…
Browse files Browse the repository at this point in the history
… require
  • Loading branch information
biancode committed Nov 17, 2018
1 parent 6b668ce commit cec1606
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
21 changes: 3 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"dependencies": {
"better-assert": "1.0.2",
"collections": "5.1.5",
"cron": "1.4.1",
"debug": "4.1.0",
"easy-table": "1.1.1",
"es6-map": "0.1.5",
"node-opcua": "0.4.6",
"node-opcua-isa95": "0.0.2",
"source-map-support": "0.5.6",
Expand Down
2 changes: 1 addition & 1 deletion src/opcua-iiot-listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module.exports = function (RED) {
// SOURCE-MAP-REQUIRED
let coreListener = require('./core/opcua-iiot-core-listener')
let Map = require('collections/map')
let Map = require('es6-map')
const _ = require('underscore')

function OPCUAIIoTListener (config) {
Expand Down

0 comments on commit cec1606

Please sign in to comment.