chore: bump memory/queue/storage to 0.0.4 to force republish
Memory, queue, and storage registry copies at 0.0.3 are stale — they were built and published before M5 added registerMemoryCommand, registerQueueCommand, and registerStorageCommand to their src/index.ts. Because the source changed in M5 without a version bump, the publish workflow's "already published, skipping" tolerance silently left the old 0.0.3 tarballs in place. This is the same systemic bug that affected macp (fixed in PR #421) and brain/forge/log (fixed in PR #422): whenever a package's source changes in a PR, its version must also be bumped, or the publish workflow will not propagate the change. - @mosaicstack/memory 0.0.3 -> 0.0.4 - @mosaicstack/queue 0.0.3 -> 0.0.4 - @mosaicstack/storage 0.0.3 -> 0.0.4 - @mosaicstack/mosaic 0.0.23 -> 0.0.24 (deps changed) After publish, 'npm i -g @mosaicstack/mosaic@latest && mosaic --help' must exit 0 and print the alphabetized command list. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mosaicstack/memory",
|
"name": "@mosaicstack/memory",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.mosaicstack.dev/mosaicstack/mosaic-stack.git",
|
"url": "https://git.mosaicstack.dev/mosaicstack/mosaic-stack.git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mosaicstack/mosaic",
|
"name": "@mosaicstack/mosaic",
|
||||||
"version": "0.0.23",
|
"version": "0.0.24",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.mosaicstack.dev/mosaicstack/mosaic-stack.git",
|
"url": "https://git.mosaicstack.dev/mosaicstack/mosaic-stack.git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mosaicstack/queue",
|
"name": "@mosaicstack/queue",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.mosaicstack.dev/mosaicstack/mosaic-stack.git",
|
"url": "https://git.mosaicstack.dev/mosaicstack/mosaic-stack.git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mosaicstack/storage",
|
"name": "@mosaicstack/storage",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.mosaicstack.dev/mosaicstack/mosaic-stack.git",
|
"url": "https://git.mosaicstack.dev/mosaicstack/mosaic-stack.git",
|
||||||
|
|||||||
Reference in New Issue
Block a user