json-document 1.0.1 릴리스 준비#184
Merged
Merged
Conversation
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 free
to 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.
배경
npm에 올라간
@interactive-os/json-document@1.0.0과 현재 main의 package artifact를 비교한 결과,dist,README.md,public-contract.json이 다릅니다.현재 main이 1.0 final public API를 담고 있으므로 npm에 새 버전으로 배포해야 합니다. npm은 같은 version 재발행이 불가능하므로
1.0.1correction release로 준비합니다.변경 사항
@interactive-os/json-documentpackage version을1.0.1로 올렸습니다.1.0.1 - 2026-06-19항목을 추가했습니다.Publish note
이 PR은 publish 준비입니다. 실제
npm publish는 npm 인증이 필요합니다.현재 로컬
npm whoami는E401 Unauthorized라 이 세션에서 바로 publish할 수 없습니다.검증
git diff --checknpm run verify -w @interactive-os/json-documentnpm pack -w @interactive-os/json-document --dry-runnpm run docs:evaluatenpm run standard:checknpm run build