hikoutei 0.4.0 → 0.4.2

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.
Files changed (2) hide show
  1. package/docs/ci.md +6 -0
  2. package/package.json +1 -1
package/docs/ci.md CHANGED
@@ -209,6 +209,12 @@ requires the repository `NPM_TOKEN` secret and npm provenance before publishing
209
209
  immutable on npm, so reusing a published version fails instead of replacing
210
210
  it.
211
211
 
212
+ Every release is also mirrored to GitHub Packages as the scoped package
213
+ `@ManddarinShop/hikoutei` (`npm.pkg.github.com`), repacked from the
214
+ verified tarball because the GitHub Packages npm registry only hosts
215
+ scoped packages; the mirror uses the workflow `GITHUB_TOKEN` with
216
+ `packages: write`.
217
+
212
218
  Both channels publish `latest`, so their versions must increase globally:
213
219
 
214
220
  ```text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hikoutei",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Hikoutei — typed repository and safe write layer for Google Sheets-backed MVPs.",
5
5
  "repository": {
6
6
  "type": "git",