|
20 | 20 | "build": "rollup -c",
|
21 | 21 | "build:watch": "yarn build -w",
|
22 | 22 | "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
23 |
| - "publish": "npm publish", |
24 |
| - "test": "vitest" |
| 23 | + "test": "vitest run" |
25 | 24 | },
|
26 | 25 | "dependencies": {
|
27 |
| - "@changesets/changelog-git": "^0.2.0", |
28 |
| - "@changesets/cli": "^2.27.5", |
29 | 26 | "@xmtp/content-type-primitives": "^2.0.0",
|
30 | 27 | "@xmtp/content-type-reaction": "^2.0.0",
|
31 | 28 | "@xmtp/content-type-read-receipt": "^2.0.0",
|
32 | 29 | "@xmtp/content-type-remote-attachment": "^2.0.0",
|
33 | 30 | "@xmtp/content-type-reply": "^2.0.0",
|
34 | 31 | "@xmtp/content-type-text": "^2.0.0",
|
35 |
| - "@xmtp/node-sdk": "^0.0.38", |
36 |
| - "dotenv": "^16.4.5", |
37 |
| - "typescript": "^5.4.5", |
38 |
| - "viem": "^2.16.3" |
| 32 | + "@xmtp/node-sdk": "^0.0.40", |
| 33 | + "viem": "^2.22.12" |
39 | 34 | },
|
40 | 35 | "devDependencies": {
|
41 |
| - "@rollup/plugin-typescript": "^11.1.6", |
42 |
| - "@types/node": "^20.14.2", |
43 |
| - "@vitest/coverage-v8": "^2.1.4", |
| 36 | + "@changesets/changelog-git": "^0.2.0", |
| 37 | + "@changesets/cli": "^2.27.11", |
| 38 | + "@rollup/plugin-typescript": "^12.1.2", |
| 39 | + "@types/node": "^22.10.9", |
| 40 | + "@vitest/coverage-v8": "^2.1.8", |
| 41 | + "dotenv": "^16.4.7", |
44 | 42 | "node-fetch": "^3.3.2",
|
45 |
| - "prettier": "^3.3.1", |
46 |
| - "rollup": "^4.18.0", |
| 43 | + "prettier": "^3.4.2", |
| 44 | + "rollup": "^4.31.0", |
47 | 45 | "rollup-plugin-dts": "^6.1.1",
|
48 | 46 | "ts-node": "^10.9.2",
|
49 |
| - "turbo": "^2.2.3", |
50 |
| - "vitest": "^2.1.4" |
| 47 | + "typescript": "^5.7.3", |
| 48 | + "vitest": "^2.1.8" |
51 | 49 | },
|
52 |
| - "packageManager": "yarn@4.5.1", |
53 | 50 | "engines": {
|
54 |
| - "node": ">=20" |
| 51 | + "node": ">=22" |
55 | 52 | },
|
56 | 53 | "publishConfig": {
|
57 | 54 | "access": "public",
|
|
0 commit comments