@exagent/agent 0.2.0 → 0.2.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @exagent/agent@0.1.0 build /Users/graydon/Codebase Repertoire/Exagent/packages/agent
2
+ > @exagent/agent@0.2.0 build /Users/graydon/Codebase Repertoire/Exagent/packages/agent
3
3
  > tsup src/index.ts src/cli.ts --format esm --dts
4
4
 
5
5
  CLI Building entry: src/cli.ts, src/index.ts
@@ -7,11 +7,11 @@ CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.1
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
- ESM dist/index.js 1.75 KB
11
- ESM dist/chunk-SVBLY6QT.js 190.95 KB
12
10
  ESM dist/cli.js 2.27 KB
13
- ESM ⚡️ Build success in 29ms
11
+ ESM dist/index.js 1.75 KB
12
+ ESM dist/chunk-B4VHIITU.js 191.43 KB
13
+ ESM ⚡️ Build success in 47ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 7763ms
15
+ DTS ⚡️ Build success in 8823ms
16
16
  DTS dist/cli.d.ts 20.00 B
17
17
  DTS dist/index.d.ts 40.69 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exagent/agent",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -13,18 +13,14 @@
13
13
  "types": "./dist/index.d.ts"
14
14
  }
15
15
  },
16
- "scripts": {
17
- "build": "tsup src/index.ts src/cli.ts --format esm --dts",
18
- "dev": "tsup src/index.ts src/cli.ts --format esm --dts --watch"
19
- },
20
16
  "dependencies": {
21
- "@exagent/sdk": "workspace:*",
22
17
  "@polymarket/clob-client": "^4.0.0",
23
18
  "commander": "^12.0.0",
24
19
  "ethers": "^5.7.2",
25
20
  "viem": "^2.21.0",
26
21
  "ws": "^8.16.0",
27
- "zod": "^3.22.0"
22
+ "zod": "^3.22.0",
23
+ "@exagent/sdk": "0.2.1"
28
24
  },
29
25
  "devDependencies": {
30
26
  "@types/node": "^20.0.0",
@@ -32,5 +28,9 @@
32
28
  "tsup": "^8.0.0",
33
29
  "tsx": "^4.0.0",
34
30
  "typescript": "^5.6.0"
31
+ },
32
+ "scripts": {
33
+ "build": "tsup src/index.ts src/cli.ts --format esm --dts",
34
+ "dev": "tsup src/index.ts src/cli.ts --format esm --dts --watch"
35
35
  }
36
- }
36
+ }