@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 +1 -1
- package/dist/bin/agenc.mjs +1 -1
- package/package.json +3 -3
package/dist/bin/agenc.js
CHANGED
package/dist/bin/agenc.mjs
CHANGED
|
@@ -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.
|
|
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.
|
|
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": "^
|
|
49
|
+
"chalk": "^4.1.2",
|
|
50
50
|
"commander": "^12.0.0",
|
|
51
|
-
"ora": "^
|
|
51
|
+
"ora": "^5.4.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/node": "^20.0.0",
|