Uh oh!
There was an error while loading. Please reload this page.
fix(ci): publish 後の匿名可視性を検証する - #7
Merged
Merged
Conversation
npm publish は名前が新規の 3 本(react-geojson / react-kml / react-for-mappls)に対して "+ @mapconductor/react-geojson@0.2.0" を出して exit 0 したが、packument への 匿名 GET は 404 を返す。バージョンだけ新規の 17 本は問題なかった。 scoped パッケージが restricted になると匿名からは 404 に見え、 「作られていない」と区別がつかない。認証付きで access を確認し、 public に強制したうえで、最後に匿名 GET が 200 になることまで検証する。 匿名で 200 になることだけが「利用者が install できる」ことの証明になる。
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.2.0 の publish で、名前が新規の 3 本(react-geojson / react-kml / react-for-mappls)が npm 上に作られていない。npm publish は成功として exit 0 したが、packument への匿名 GET は 404 を返す。バージョンだけ新規の 17 本は正常。
restricted な scoped パッケージは匿名から 404 に見えるため「作られていない」と区別がつかない。認証付きで access を確認し public に強制したうえで、最後に匿名 GET が 200 になることを検証する。