@hachazal/lvtn 3.10.0 → 3.13.0

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/package.json +1 -1
  2. package/src/api.mjs +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hachazal/lvtn",
3
- "version": "3.10.0",
3
+ "version": "3.13.0",
4
4
  "description": "Leviathan Shel HaShem — a Kabbalistic 708-agent swarm in your terminal. Thin cloud client: login/balance/chat + angels/swarm/council/orchestrate/fleet, skills, integrations, video, HiveMind memory. KTRS-metered; the backend does all compute. Zero dependencies.",
5
5
  "type": "module",
6
6
  "bin": {
package/src/api.mjs CHANGED
@@ -13,7 +13,7 @@ import fs from 'node:fs'
13
13
  import os from 'node:os'
14
14
  import path from 'node:path'
15
15
 
16
- export const VERSION = '3.10.0'
16
+ export const VERSION = '3.13.0'
17
17
 
18
18
  const DEFAULT_BASE = 'https://api.leviathansi.xyz'
19
19
  const DEFAULT_NODE_BASE = 'https://lvtn.metanoiaunlimited.com'