Skip to content

chore(piece): pin @thinkfleet/agentmark to ^0.11.0 for publishing - #10

Merged
rrader26 merged 1 commit into
mainfrom
chore/piece-publish-prep
May 10, 2026
Merged

chore(piece): pin @thinkfleet/agentmark to ^0.11.0 for publishing#10
rrader26 merged 1 commit into
mainfrom
chore/piece-publish-prep

Conversation

@rrader26

Copy link
Copy Markdown
Contributor

Tiny prep PR. The piece's `package.json` referenced `@thinkfleet/agentmark` as `file:../..` for monorepo development — npm rejects `file:` deps on publish. Swap to `^0.11.0` so we can publish `@thinkfleet/piece-agentmark@0.1.0`.

Order of operations:

  1. Publish `@thinkfleet/agentmark@0.11.0` first (locally, by you)
  2. Merge this PR
  3. Publish `@thinkfleet/piece-agentmark@0.1.0` second

Both packages will be live on npm.

🤖 Generated with Claude Code

The monorepo-dev `file:../..` link was correct during PR review (kept
the piece pinned to the in-tree version), but npm won't accept a
file: dep on publish — it requires a real version range pointing at
the registry.

Now that `@thinkfleet/agentmark@0.11.0` is on its way to npm, the
piece can ship pointing at the published version.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@rrader26
rrader26 merged commit 2d14d7e into main May 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants