@varla/sdk 1.10.11 → 1.10.12

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/AGENTS.md +3 -3
  2. package/package.json +1 -1
package/AGENTS.md CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  Published package: **@varla/sdk**
4
4
 
5
- ## Install & build
6
- - Install (repo root): `bun install`
5
+ ## Setup & build
6
+ - Install: `bun install`
7
7
  - Build: `cd packages/sdk && bun run build`
8
- - Prepack (clean + regenerate + build): `cd packages/sdk && bun run prepack`
8
+ - Prepack: `cd packages/sdk && bun run prepack`
9
9
 
10
10
  ## Tests
11
11
  - Quick: `cd packages/sdk && bun run test:quick`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varla/sdk",
3
- "version": "1.10.11",
3
+ "version": "1.10.12",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": false,