opentelemetry-esbuild-plugin-node 0.2.1 → 0.2.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,7 +44,7 @@ build({
44
44
 
45
45
  ## Usage: Instrumentation Initialization
46
46
 
47
- OpenTelemetry Meta Packages for Node automatically loads instrumentations for Node builtin modules and common packages.
47
+ This packages for Node automatically loads instrumentations for Node builtin modules and common packages.
48
48
 
49
49
  Enable auto instrumentation by configuring it in your esbuild script:
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opentelemetry-esbuild-plugin-node",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Metapackage which bundles opentelemetry node core and contrib instrumentations via an esbuild plugin",
5
5
  "author": "Drew Corlin",
6
6
  "homepage": "https://github.com/DrewCorlin/opentelemetry-esbuild-plugin-node",