@smartmemory/stratum 0.4.5 → 0.4.6

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@smartmemory/stratum",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
+ "mcpName": "ai.smartmemory/stratum-mcp",
4
5
  "description": "Stratum engine: your agent proposes the step, Stratum decides whether it actually finished. Typed, resumable, postcondition-enforced workflows for AI agents.",
5
6
  "license": "Apache-2.0",
6
7
  "type": "module",
@@ -27,7 +28,7 @@
27
28
  "prepack": "npm run build",
28
29
  "test": "vitest run",
29
30
  "typecheck": "tsc --noEmit",
30
- "release": "STRATUM_TRUST_ROOT_EMPTY=1 npm publish"
31
+ "release": "STRATUM_TRUST_ROOT_EMPTY=1 npm publish && npm run build"
31
32
  },
32
33
  "dependencies": {
33
34
  "@ai-sdk/anthropic": "^4.0.11",