Skip to content

Commit d34aca2

Browse files
author
azeth-sync[bot]
committed
v0.2.1: sync from monorepo 2026-03-06
1 parent 5a131df commit d34aca2

4 files changed

Lines changed: 4 additions & 27 deletions

File tree

.changeset/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/config.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
node_modules/
2-
.pnpm-store/
32
dist/
43
*.tsbuildinfo
54
.env
65
.env.*
76
!.env.example
8-
.vscode/
9-
.idea/
10-
*.swp
117
.DS_Store
128
coverage/
13-
.turbo/
149
*.log

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azeth/sdk",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"description": "TypeScript SDK for the Azeth trust infrastructure — smart accounts, x402 payments, reputation, and service discovery",
66
"license": "MIT",
@@ -35,11 +35,10 @@
3535
"test:watch": "vitest",
3636
"typecheck": "tsc --noEmit",
3737
"clean": "rm -rf dist",
38-
"test:mutation": "npx stryker run",
39-
"release": "pnpm build && changeset publish"
38+
"test:mutation": "npx stryker run"
4039
},
4140
"dependencies": {
42-
"@azeth/common": "^0.2.0",
41+
"@azeth/common": "^0.2.1",
4342
"@x402/core": "^2.4.0",
4443
"@x402/extensions": "^2.4.0",
4544
"@xmtp/agent-sdk": "^2.2.0",
@@ -51,8 +50,7 @@
5150
"@stryker-mutator/vitest-runner": "^8.6.0",
5251
"@types/node": "^22.0.0",
5352
"typescript": "^5.7.0",
54-
"vitest": "^2.1.0",
55-
"@changesets/cli": "^2.27.0"
53+
"vitest": "^2.1.0"
5654
},
5755
"publishConfig": {
5856
"access": "public"

0 commit comments

Comments
 (0)