Skip to content

Commit f9df33a

Browse files
author
azeth-sync[bot]
committed
v0.2.1: sync from monorepo 2026-03-06
1 parent 0e5c713 commit f9df33a

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/provider",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"description": "x402 service provider tooling for Azeth — gate Hono endpoints behind x402 payments with payment-agreement support",
66
"license": "MIT",
@@ -39,11 +39,10 @@
3939
"build": "tsc --project tsconfig.json",
4040
"dev": "tsc -b --watch",
4141
"test": "vitest run",
42-
"typecheck": "tsc --noEmit",
43-
"release": "pnpm build && changeset publish"
42+
"typecheck": "tsc --noEmit"
4443
},
4544
"dependencies": {
46-
"@azeth/common": "^0.2.0",
45+
"@azeth/common": "^0.2.1",
4746
"@x402/core": "^2.4.0",
4847
"@x402/evm": "^2.4.0",
4948
"@x402/extensions": "^2.4.0",
@@ -54,8 +53,7 @@
5453
"devDependencies": {
5554
"@types/node": "^22.0.0",
5655
"typescript": "^5.7.0",
57-
"vitest": "^3.0.0",
58-
"@changesets/cli": "^2.27.0"
56+
"vitest": "^3.0.0"
5957
},
6058
"publishConfig": {
6159
"access": "public"

0 commit comments

Comments
 (0)