Skip to content

Commit bca6b0c

Browse files
Merge pull request #4 from mnfst/bump-node-0.3.1
chore: bump @mnfst/autofix to 0.3.1
2 parents ed6d306 + 5a240f1 commit bca6b0c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mnfst/autofix",
3-
"version": "0.1.0",
3+
"version": "0.3.1",
44
"description": "Self-healing fetch() for LLM SDKs — OpenAI SDK, Anthropic SDK, and the Vercel AI SDK. Fixes request-side failures at runtime (renamed params, restricted values, retired models) and retries. Anonymized: your prompts never travel in the request.",
55
"license": "MIT",
66
"type": "module",

node/src/core/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// The version this SDK reports to the heal API. tests/version.test.ts keeps it
22
// equal to package.json, so a release bump that misses one of the two fails CI
33
// instead of shipping a User-Agent that lies about which client is calling.
4-
export const VERSION = '0.1.0';
4+
export const VERSION = '0.3.1';

0 commit comments

Comments
 (0)