@vercora-protocol/sdk 0.6.0 → 0.6.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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ All notable changes to `@vercora-protocol/sdk` are documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
 
8
+ ### [0.6.1](https://github.com/vercora/vercora-anchor/compare/v0.6.0...v0.6.1) (2026-06-09)
9
+
10
+
11
+ ### Features
12
+
13
+ * **anchor:** update cargo to reduce program size ([3d221bb](https://github.com/vercora/vercora-anchor/commit/3d221bb917ec353a9a619e6449cb6726a933df6c))
14
+ * **web:** add new partner idea ([516274d](https://github.com/vercora/vercora-anchor/commit/516274db0d2b9929ffec1bbff32aec5cccf0cca0))
15
+ * **web:** add posthog ([06ba6fa](https://github.com/vercora/vercora-anchor/commit/06ba6fa2c4c0eae29ab9f87412680c021e8632af))
16
+ * **web:** update terms and condition ([260ab04](https://github.com/vercora/vercora-anchor/commit/260ab04896500b89ab8f9bef49a0c6ff17ba27eb))
17
+
8
18
  ## [0.6.0](https://github.com/vercora/vercora-anchor/compare/v0.5.2...v0.6.0) (2026-05-05)
9
19
 
10
20
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @vercora-protocol/sdk
2
2
 
3
- TypeScript SDK for **[Vercora Protocol](https://vercora.xyz)** on Solana (Anchor). **Vercora** is **token utility infrastructure** for LST and utility-token programs; **this package** documents the **outcome markets** program today (`PredictionMarketClient`, bundled IDL). A second product lane (issuer upside and diversification into broader assets) is on the **roadmap** and is **not** exposed in this SDK yet.
3
+ TypeScript SDK for **[Vercora Protocol](https://vercora.xyz)** on Solana (Anchor). **Vercora** is an **outcome markets** protocol with a public **platform + creator agency** narrative; **this package** documents **only** the **outcome markets** program today (`PredictionMarketClient`, bundled IDL). Other protocol surfaces are **not** exposed in this SDK until they are documented in this package.
4
4
 
5
5
  ## Install
6
6
 
package/agents/skill.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This file ships **inside** the npm package (`agents/skill.md`) so AI agents, clawbots, and operator scripts can load instructions without depending on a particular website.
4
4
 
5
- **Scope:** Vercora Protocol is **multi-product issuer infrastructure** over time. **This skill and the bundled SDK** target the **outcome markets** program only (markets, resolution, settlement). Do not assume other product lanes (e.g. issuer diversification) are available in `PredictionMarketClient` until documented in this package.
5
+ **Scope:** Vercora Protocol’s **shipped surface** is the **outcome markets** program (markets, resolution, settlement). **This skill and the bundled SDK** target that program only. Do not assume other protocol modules are available in `PredictionMarketClient` until documented in this package.
6
6
 
7
7
  ## Public production deployment (Vercora)
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercora-protocol/sdk",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "TypeScript SDK for Vercora Protocol on Solana — client for the outcome-markets Anchor program (issuer utility infra; more product lanes on the roadmap).",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",