@vayolabs/core-sdk 0.1.0 → 0.1.1

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 (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,15 @@ All notable changes to `@vayolabs/core-sdk` are documented here.
4
4
  The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/).
6
6
 
7
+ ## [0.1.1] — 2026-05-06
8
+
9
+ Version-bump release with no source changes. Republished to align with the
10
+ version pin recorded in `@vayolabs/core-mcp@0.1.0`'s manifest, which was
11
+ generated from a stale `bun.lock` entry expecting `@vayolabs/core-sdk@0.1.1`.
12
+ Without this release, `npx -y @vayolabs/core-mcp` failed with `No version
13
+ matching "0.1.1" found for specifier "@vayolabs/core-sdk"`. Source code is
14
+ identical to 0.1.0.
15
+
7
16
  ## [0.1.0] — 2026-04-10
8
17
 
9
18
  Initial public release.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vayolabs/core-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Official TypeScript SDK for the Vayo Finance Partner API — Mode S lending operations on Solana with partner-signed transactions.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",