@contrast/esm-hooks 1.3.1 → 1.4.1

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,7 +11,7 @@ following method to start the application. This is the appropriate method for
11
11
  instrumenting an application that uses CJS, ESM, or a combination of both.
12
12
 
13
13
  ```
14
- Usage: node --experimental-loader @contrast/protect/esm-loader.mjs index.mjs [agent arguments] -- [app arguments]
14
+ Usage: node --experimental-loader @contrast/protect/lib/esm-loader.mjs app-main.mjs -- [app arguments]
15
15
 
16
16
  Options:
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/esm-hooks",
3
- "version": "1.3.1",
3
+ "version": "1.4.1",
4
4
  "type": "module",
5
5
  "description": "Support for loading and instrumenting ECMAScript modules",
6
6
  "license": "UNLICENSED",
@@ -14,7 +14,7 @@
14
14
  "test": "../scripts/test.sh"
15
15
  },
16
16
  "dependencies": {
17
- "@contrast/core": "^1.7.1",
17
+ "@contrast/core": "1.8.1",
18
18
  "parent-package-json": "^2.0.1"
19
19
  }
20
- }
20
+ }