File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11node_modules /
2- .pnpm-store /
32dist /
43* .tsbuildinfo
54.env
65.env. *
76! .env.example
8- .vscode /
9- .idea /
10- * .swp
117.DS_Store
128coverage /
13- .turbo /
149* .log
Original file line number Diff line number Diff line change 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" ,
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" ,
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"
You can’t perform that action at this time.
0 commit comments