@contrast/esm-hooks 2.6.3 → 2.7.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.
Files changed (2) hide show
  1. package/lib/hooks.mjs +0 -1
  2. package/package.json +3 -3
package/lib/hooks.mjs CHANGED
@@ -146,7 +146,6 @@ async function load(url, context, nextLoad) {
146
146
  isModule: true,
147
147
  inject: true,
148
148
  wrap: false, // cannot wrap modules
149
- trim: false,
150
149
  };
151
150
 
152
151
  const { source } = await nextLoad(url, context);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/esm-hooks",
3
- "version": "2.6.3",
3
+ "version": "2.7.0",
4
4
  "type": "module",
5
5
  "description": "Support for loading and instrumenting ECMAScript modules",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -19,8 +19,8 @@
19
19
  "test": "../scripts/test.sh"
20
20
  },
21
21
  "dependencies": {
22
- "@contrast/common": "1.21.3",
23
- "@contrast/core": "1.32.3",
22
+ "@contrast/common": "1.22.0",
23
+ "@contrast/core": "1.33.0",
24
24
  "@contrast/find-package-json": "^1.0.0"
25
25
  }
26
26
  }