agentlogs 0.0.8 → 0.0.10

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/package.json CHANGED
@@ -1,11 +1,19 @@
1
1
  {
2
2
  "name": "agentlogs",
3
- "version": "0.0.8",
4
- "repository": {
5
- "type": "git",
6
- "url": "git+https://github.com/vibeinsights/vibeinsights.git",
7
- "directory": "packages/cli"
8
- },
3
+ "version": "0.0.10",
4
+ "description": "CLI for uploading AI coding agent transcripts to AgentLogs",
5
+ "keywords": [
6
+ "agentlogs",
7
+ "ai",
8
+ "claude",
9
+ "claude-code",
10
+ "cli",
11
+ "codex",
12
+ "coding-agent",
13
+ "opencode",
14
+ "transcript"
15
+ ],
16
+ "homepage": "https://agentlogs.ai",
9
17
  "bin": {
10
18
  "agentlogs": "dist/index.js"
11
19
  },
@@ -15,30 +23,25 @@
15
23
  "type": "module",
16
24
  "main": "dist/index.js",
17
25
  "publishConfig": {
18
- "access": "public",
19
- "bin": {
20
- "agentlogs": "dist/index.js"
21
- },
22
- "main": "dist/index.js"
26
+ "access": "public"
23
27
  },
24
28
  "scripts": {
25
29
  "start": "bun run src/index.ts",
26
- "build": "bun build ./src/index.ts --outdir ./dist --target node --external better-sqlite3 --external jsonc-parser --production --define '__NODE_ENV__=\"production\"' --define 'process.env.SERVER_URL=\"https://agentlogs.ai\"'",
30
+ "build": "bun build ./src/index.ts --outdir ./dist --target node --external libsql --external jsonc-parser --production --define '__NODE_ENV__=\"production\"' --define 'process.env.SERVER_URL=\"https://agentlogs.ai\"'",
27
31
  "prepublishOnly": "bun run build",
28
32
  "test:e2e": "bun test ./test/e2e/*.e2e.ts",
29
33
  "check": "tsgo --project tsconfig.json"
30
34
  },
31
35
  "dependencies": {
32
- "@paralleldrive/cuid2": "^2.3.0",
33
- "aywson": "^0.0.3",
34
- "better-sqlite3": "^12.6.2",
35
- "commander": "^14.0.2",
36
- "jsonc-parser": "^3.3.1"
36
+ "jsonc-parser": "^3.3.1",
37
+ "libsql": "^0.5.22"
37
38
  },
38
39
  "devDependencies": {
39
40
  "@agentlogs/shared": "workspace:*",
40
- "@types/better-sqlite3": "^7.6.13",
41
+ "@paralleldrive/cuid2": "^2.3.0",
42
+ "aywson": "^0.0.3",
41
43
  "better-auth": "^1.4.13",
44
+ "commander": "^14.0.2",
42
45
  "open": "^11.0.0"
43
46
  }
44
47
  }
Binary file