@agenc/sdk 1.0.0 → 1.2.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.
package/dist/bin/agenc.js CHANGED
@@ -167,7 +167,7 @@ function formatTaskState(state) {
167
167
  }
168
168
 
169
169
  // src/bin/agenc.ts
170
- var VERSION = "1.0.0";
170
+ var VERSION = "1.2.0";
171
171
  var program = new import_commander.Command();
172
172
  function printHeader() {
173
173
  console.log();
@@ -21,7 +21,7 @@ import ora from "ora";
21
21
  import { Connection, Keypair, LAMPORTS_PER_SOL } from "@solana/web3.js";
22
22
  import * as fs from "fs";
23
23
  import * as path from "path";
24
- var VERSION = "1.0.0";
24
+ var VERSION = "1.2.0";
25
25
  var program = new Command();
26
26
  function printHeader() {
27
27
  console.log();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenc/sdk",
3
- "version": "1.0.0",
3
+ "version": "1.2.0",
4
4
  "description": "TypeScript SDK for AgenC - Privacy-preserving agent coordination on Solana",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -46,9 +46,9 @@
46
46
  "dependencies": {
47
47
  "@coral-xyz/anchor": "^0.30.1",
48
48
  "@solana/web3.js": "^1.95.0",
49
- "chalk": "^5.3.0",
49
+ "chalk": "^4.1.2",
50
50
  "commander": "^12.0.0",
51
- "ora": "^8.0.0"
51
+ "ora": "^5.4.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^20.0.0",