Skip to content

Commit

Permalink
release 0.1.2; apply 'npm pkg fix' changes required by provenance gen…
Browse files Browse the repository at this point in the history
…eration
  • Loading branch information
trentm committed Apr 30, 2024
1 parent 1718ee8 commit 75eb00e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "elastic-otel-node",
"version": "0.1.0",
"workspaces": [
"packages/*",
"examples"
Expand Down
2 changes: 1 addition & 1 deletion packages/mockotlpserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/elastic/elastic-otel-node.git",
"url": "git+https://github.com/elastic/elastic-otel-node.git",
"directory": "packages/mockotlpserver"
},
"keywords": [
Expand Down
5 changes: 5 additions & 0 deletions packages/opentelemetry-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

(nothing yet)

## v0.1.2

- Correct "repository.url" setting in package.json, required for npm provenance
generation.

## v0.1.1

- Trim files included in published npm package.
Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/opentelemetry-node",
"version": "0.1.1",
"version": "0.1.2",
"type": "commonjs",
"description": "Elastic OpenTelemetry distribution for Node.js",
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/elastic/elastic-otel-java.git",
"url": "git+https://github.com/elastic/elastic-otel-java.git",
"directory": "packages/opentelemetry-node"
},
"keywords": [
Expand Down

0 comments on commit 75eb00e

Please sign in to comment.