File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1- name : Publish to NPM
1+ name : Publish
22
33on :
44 push :
55 tags :
6- - " v*.*.*"
6+ - " v*"
7+
8+ permissions :
9+ id-token : write
10+ contents : read
711
812jobs :
9- call- publish :
13+ publish :
1014 uses : qntx/workflows/.github/workflows/bun-publish.yml@main
11- secrets :
12- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " x402-openai" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Drop-in OpenAI TypeScript client with transparent x402 payment support." ,
55 "type" : " module" ,
66 "main" : " ./src/index.ts" ,
77 "module" : " ./src/index.ts" ,
88 "types" : " ./src/index.ts" ,
9+ "files" : [
10+ " src" ,
11+ " README.md" ,
12+ " LICENSE"
13+ ],
914 "exports" : {
1015 "." : " ./src/index.ts" ,
1116 "./wallets" : " ./src/wallets/index.ts"
You can’t perform that action at this time.
0 commit comments