@contrast/core 1.32.2 → 1.32.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/messages.js +1 -1
  2. package/package.json +2 -2
package/lib/messages.js CHANGED
@@ -18,5 +18,5 @@
18
18
  const EventEmitter = require('events');
19
19
 
20
20
  module.exports = function init(core) {
21
- core.messages = new EventEmitter(); // merge?
21
+ core.messages = new EventEmitter();
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/core",
3
- "version": "1.32.2",
3
+ "version": "1.32.3",
4
4
  "description": "Preconfigured Contrast agent core services and models",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
@@ -16,7 +16,7 @@
16
16
  "test": "../scripts/test.sh"
17
17
  },
18
18
  "dependencies": {
19
- "@contrast/common": "1.21.2",
19
+ "@contrast/common": "1.21.3",
20
20
  "@contrast/find-package-json": "^1.0.0",
21
21
  "@contrast/fn-inspect": "^4.0.0"
22
22
  }