Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release @elastic/[email protected] #357

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

trentm
Copy link
Member

@trentm trentm commented Sep 6, 2024

This sets publishConfig.access=public, required to publish a
scoped package -- scoped packages default to private.

This sets publishConfig.access=public, required to publish a
scoped package -- scoped packages default to private.
@trentm trentm self-assigned this Sep 6, 2024
@trentm
Copy link
Member Author

trentm commented Sep 6, 2024

The attempted npm publish of 0.4.0 failed with:

npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access
npm error code E402
npm error 402 Payment Required - PUT https://registry.npmjs.org/@elastic%2fmockotlpserver - You must sign up for private packages
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2024-09-06T16_54_26_602Z-debug-0.log
Error: Process completed with exit code 1.

@trentm trentm merged commit f603473 into main Sep 6, 2024
13 checks passed
@trentm trentm deleted the trentm/mockotlpserver-0.4.1 branch September 6, 2024 17:01
@trentm
Copy link
Member Author

trentm commented Sep 6, 2024

@trentm
Copy link
Member Author

trentm commented Sep 6, 2024

The release worked. The release is here: https://github.com/elastic/elastic-otel-node/releases/tag/mockotlpserver-v0.4.1

However, the CLI, at least, doesn't work:

[10:05:24 trentm@peach:~/tmp/asdf]
% npm install @elastic/mockotlpserver

added 41 packages, and audited 42 packages in 3s

3 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
[10:05:32 trentm@peach:~/tmp/asdf]
% npx mockotlpserver
/Users/trentm/tmp/asdf.20240906T100522/node_modules/.bin/mockotlpserver: line 1: /Applications: is a directory
/Users/trentm/tmp/asdf.20240906T100522/node_modules/.bin/mockotlpserver: line 2: node_modules: command not found
/Users/trentm/tmp/asdf.20240906T100522/node_modules/.bin/mockotlpserver: line 3: node_modules: command not found
/Users/trentm/tmp/asdf.20240906T100522/node_modules/.bin/mockotlpserver: line 4: node_modules: command not found
/Users/trentm/tmp/asdf.20240906T100522/node_modules/.bin/mockotlpserver: line 5: node_modules: command not found
/Users/trentm/tmp/asdf.20240906T100522/node_modules/.bin/mockotlpserver: line 6: syntax error near unexpected token `('
/Users/trentm/tmp/asdf.20240906T100522/node_modules/.bin/mockotlpserver: line 6: ` * the Apache License, Version 2.0 (the "License"); you may'

So more work required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants