Skip to content

Commit

Permalink
release @elastic/[email protected] (#357)
Browse files Browse the repository at this point in the history
This sets publishConfig.access=public, required to publish a
scoped package -- scoped packages default to private.
  • Loading branch information
trentm authored Sep 6, 2024
1 parent a1b03a0 commit f603473
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 6 additions & 1 deletion packages/mockotlpserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @elastic/mockotlpserver Changelog

## v0.4.1

(First version published to npm.)

- Fix "publishConfig" so npm publishing can work.

## v0.4.0

- First version being published to npm.
- Fix normalization of *empty* `kvlistValue` attributes.
- Improve "logs-summary" rendering of "Events" (log records with a `event.name`
attribute) and log record `Body` fields that are multi-line strings or
Expand Down
4 changes: 2 additions & 2 deletions packages/mockotlpserver/package-lock.json

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

6 changes: 5 additions & 1 deletion packages/mockotlpserver/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@elastic/mockotlpserver",
"version": "0.4.0",
"version": "0.4.1",
"type": "commonjs",
"description": "A mock OTLP server, useful for dev and testing",
"publishConfig": {
"access": "public",
"provenance": true
},
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit f603473

Please sign in to comment.