-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[TRIGGER] npm new release #12070
Comments
Hi @gilmeir-arnac do you know by any change if the endpoint is working? because I'm not even getting any response by doing something like as an example:
and if I try to make a request using the component from Pipedream I get:
cc @michelle0927 @vunguyenhung in any case if you want to try the component is here #12149 By the way I also tried the suggestion in this PR npm/registry#31 and I got the following message in a html response
|
@jcortes I think the endpoints may require authentication with a username and password. https://github.com/npm/registry/blob/main/docs/user/authentication.md#how-to-authenticate |
Hi @michelle0927 I tried with basic auth and didn't work either UpdateActually it worked with OTP number! Seems like in order to make it work we need a
I've even tried with the CLI commands and didn't get any event notifications at all |
@jcortes same here, that's why I was looking if pipedream has it 😉 with npm cli npm view $PACKAGE_NAME@latest version with node import fetch from 'npm-registry-fetch';
const response = await fetch.json(`/${packageName}/latest`);
console.log(response.version); You can lookup my project id |
Hi @gilmeir-arnac can you send me the shared link via slack please? my username is |
Hi @gilmeir-arnac I've just pushed the update so right now we have a source component (Trigger) named |
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
Report to slack on new package (or scope) releases to npm.
https://docs.npmjs.com/cli/v10/commands/npm-hook
https://github.com/npm/registry/blob/main/docs/hooks/endpoints.md
The text was updated successfully, but these errors were encountered: