@prefecthq/fastmcp-ts 0.0.4 → 0.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prefecthq/fastmcp-ts",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "🏎️ The official FastMCP TypeScript library - build MCP servers and clients, fast 🏎️",
5
5
  "type": "module",
6
6
  "exports": {
@@ -60,15 +60,13 @@
60
60
  "docs:dev": "cd docs && npx --yes mint@latest dev",
61
61
  "docs:api": "typedoc && node scripts/generate-api-nav.mjs",
62
62
  "docs:links": "cd docs && npx --yes mint@latest broken-links",
63
- "release": "np --tag alpha"
64
- },
65
- "np": {
66
- "branch": "main",
67
- "testScript": "test",
68
- "release": true
63
+ "changeset": "changeset",
64
+ "version-packages": "changeset version",
65
+ "release": "changeset publish"
69
66
  },
70
67
  "devDependencies": {
71
68
  "@anthropic-ai/sdk": "^0.91.1",
69
+ "@changesets/cli": "^2.31.0",
72
70
  "@google/genai": "^1.50.1",
73
71
  "@playwright/test": "^1.61.1",
74
72
  "@types/node": "^22.0.0",
@@ -80,7 +78,6 @@
80
78
  "fake-indexeddb": "^6.2.5",
81
79
  "get-bin-path": "^11.0.1",
82
80
  "jsdom": "^29.1.1",
83
- "np": "^11.2.1",
84
81
  "openai": "^6.34.0",
85
82
  "tsup": "^8.5.1",
86
83
  "tsx": "^4.21.0",