@contrast/esm-hooks 2.33.0 → 2.34.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.
- package/README.md +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ node -r @contrast/agent app-main.js [app arguments]
|
|
|
36
36
|
node --loader @contrast/agent app-main.mjs [app arguments]
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
#### ESM Support for Node version >= 18.19.0 and < 20.0.0 || >= 20.
|
|
39
|
+
#### ESM Support for Node version >= 18.19.0 and < 20.0.0 || >= 20.9.0
|
|
40
40
|
|
|
41
41
|
```bash
|
|
42
42
|
# use --import to start the application
|
|
@@ -44,7 +44,7 @@ node --import @contrast/agent app-main.mjs [app arguments]
|
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
> [!NOTE]
|
|
47
|
-
> Contrast does not support Node versions >= 20.0.0 and < 20.
|
|
47
|
+
> Contrast does not support Node versions >= 20.0.0 and < 20.9.0.
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/esm-hooks",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.34.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Support for loading and instrumenting ECMAScript modules",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"test": "bash ../scripts/test.sh"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@contrast/common": "1.
|
|
26
|
-
"@contrast/config": "1.
|
|
27
|
-
"@contrast/core": "1.
|
|
25
|
+
"@contrast/common": "1.38.0",
|
|
26
|
+
"@contrast/config": "1.54.1",
|
|
27
|
+
"@contrast/core": "1.59.1",
|
|
28
28
|
"@contrast/find-package-json": "^1.1.0",
|
|
29
|
-
"@contrast/logger": "1.
|
|
30
|
-
"@contrast/rewriter": "1.
|
|
29
|
+
"@contrast/logger": "1.32.1",
|
|
30
|
+
"@contrast/rewriter": "1.36.1"
|
|
31
31
|
}
|
|
32
32
|
}
|