@contrast/assess 1.62.0 → 1.63.0

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.
@@ -37,7 +37,7 @@ module.exports = function (core) {
37
37
  } = core;
38
38
 
39
39
  /** @type {import('@contrast/rewriter').RewriteOpts} */
40
- const REWRITE_OPTS = { isModule: false, inject: false, wrap: false, minify: false };
40
+ const REWRITE_OPTS = { inject: false, minify: false };
41
41
  const WRAPPER_PREFIX = ArrayPrototypeJoin.call([
42
42
  'function tempWrapper() {',
43
43
  'function __append(s) { if (s !== undefined && s !== null) __output += s }'
@@ -17,7 +17,7 @@
17
17
  const { patchType } = require('../../common');
18
18
 
19
19
  /** @type {import('@contrast/rewriter').RewriteOpts} */
20
- const REWRITE_OPTS = { isModule: false, inject: false, wrap: false, minify: false };
20
+ const REWRITE_OPTS = { inject: false, minify: false };
21
21
 
22
22
  module.exports = function (core) {
23
23
  const store = { lock: true, name: 'assess:propagators:pug-compile' };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/assess",
3
- "version": "1.62.0",
3
+ "version": "1.63.0",
4
4
  "description": "Contrast service providing framework-agnostic Assess support",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
@@ -21,17 +21,17 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@contrast/common": "1.37.0",
24
- "@contrast/config": "1.52.0",
25
- "@contrast/core": "1.57.0",
26
- "@contrast/dep-hooks": "1.26.0",
24
+ "@contrast/config": "1.52.1",
25
+ "@contrast/core": "1.57.1",
26
+ "@contrast/dep-hooks": "1.26.1",
27
27
  "@contrast/distringuish": "^6.0.2",
28
- "@contrast/instrumentation": "1.36.0",
29
- "@contrast/logger": "1.30.0",
30
- "@contrast/patcher": "1.29.0",
31
- "@contrast/rewriter": "1.33.0",
32
- "@contrast/route-coverage": "1.49.0",
33
- "@contrast/scopes": "1.27.0",
34
- "@contrast/sources": "1.3.0",
28
+ "@contrast/instrumentation": "1.36.1",
29
+ "@contrast/logger": "1.30.1",
30
+ "@contrast/patcher": "1.29.1",
31
+ "@contrast/rewriter": "1.34.0",
32
+ "@contrast/route-coverage": "1.49.1",
33
+ "@contrast/scopes": "1.27.1",
34
+ "@contrast/sources": "1.3.1",
35
35
  "semver": "^7.6.0"
36
36
  }
37
37
  }