@asermax/tachikoma 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/dist/main.js +0 -0
  2. package/package.json +12 -10
package/dist/main.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asermax/tachikoma",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "tachikoma": "./dist/main.js"
@@ -32,6 +32,7 @@
32
32
  "drizzle-orm": "^0.45.2",
33
33
  "grammy": "^1.43.0",
34
34
  "pino": "^10.3.1",
35
+ "pino-pretty": "^13.1.3",
35
36
  "smol-toml": "^1.6.1",
36
37
  "typebox": "1.1.38"
37
38
  },
@@ -44,20 +45,21 @@
44
45
  "@types/better-sqlite3": "7.6.13",
45
46
  "@types/node": "^25.9.3",
46
47
  "drizzle-kit": "^0.31.10",
47
- "pino-pretty": "^13.1.3",
48
48
  "semantic-release": "25.0.5",
49
49
  "typescript": "^6.0.3",
50
50
  "vitest": "^4.1.8"
51
51
  },
52
- "engines": {
53
- "node": ">=22.19.0"
54
- },
55
- "description": "Proactive personal assistant built on the pi agent SDK",
56
- "license": "MIT",
57
52
  "scripts": {
58
53
  "test": "vitest run",
59
54
  "lint": "biome check .",
60
55
  "fmt": "biome check --write .",
61
- "typecheck": "tsc --noEmit"
62
- }
63
- }
56
+ "typecheck": "tsc --noEmit",
57
+ "prepack": "pnpm tsc -p tsconfig.build.json"
58
+ },
59
+ "engines": {
60
+ "node": ">=22.19.0"
61
+ },
62
+ "packageManager": "pnpm@11.3.0",
63
+ "description": "Proactive personal assistant built on the pi agent SDK",
64
+ "license": "MIT"
65
+ }