@atrib/annotate 1.0.1 → 1.0.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atrib/annotate",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Legacy home of atrib's annotate write primitive. Superseded by @atrib/attest (the write verb, ref.kind=\"annotates\"); this package re-exports the same surface and forwards the atrib-annotate binary.",
5
5
  "author": "atrib <hello@atrib.dev>",
6
6
  "keywords": [
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@modelcontextprotocol/sdk": "^1.29.0",
27
- "@atrib/attest": "0.2.0"
27
+ "@atrib/attest": "0.3.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "^26.1.1",