@frostpillar/frostpillar-btree 0.2.1 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README-JA.md CHANGED
@@ -899,7 +899,7 @@ pnpm install
899
899
  - デフォルトブランチは `main` です。
900
900
  - リリースは [Release Please](https://github.com/googleapis/release-please)(`.github/workflows/ci-release.yml`)で管理します。
901
901
  - Conventional Commits 互換の PR を `main` にマージすると、Release Please がバージョン更新 PR を `main` に対して作成・更新します。
902
- - バージョン更新 PR をマージすると、GitHub Release 作成、ブラウザバンドルのアップロード(`frostpillar-btree.min.js` および `frostpillar-btree-core.min.js`)、GitHub Packages への publish が実行されます。
902
+ - バージョン更新 PR をマージすると、GitHub Release 作成、ブラウザバンドルのアップロード(`frostpillar-btree.min.js` および `frostpillar-btree-core.min.js`)、npm への publish が実行されます。
903
903
 
904
904
  ### ドキュメント
905
905
 
package/README.md CHANGED
@@ -899,7 +899,7 @@ pnpm install
899
899
  - The default branch is `main`.
900
900
  - Releases are managed by [Release Please](https://github.com/googleapis/release-please) via `.github/workflows/ci-release.yml`.
901
901
  - Merge conventional-commit PRs into `main`. Release Please opens/updates a version-bump PR against `main`.
902
- - Merging the version-bump PR triggers: GitHub Release creation, browser bundle uploads (`frostpillar-btree.min.js` and `frostpillar-btree-core.min.js`), and GitHub Packages publish.
902
+ - Merging the version-bump PR triggers: GitHub Release creation, browser bundle uploads (`frostpillar-btree.min.js` and `frostpillar-btree-core.min.js`), and npm publish.
903
903
 
904
904
  ### Documentation
905
905
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frostpillar/frostpillar-btree",
3
- "version": "0.2.1",
3
+ "version": "0.2.4",
4
4
  "description": "A tiny, zero-dependency in-memory B+ tree for TypeScript, Node.js, and browser JavaScript.",
5
5
  "type": "module",
6
6
  "author": "Hajime Sano",