File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 uses : oven-sh/setup-bun@v2
4646
4747 - name : Install Dependencies
48- run : |
49- bun install
48+ run : bun install
49+
50+ - name : Build
51+ run : bun build
5052
5153 - name : Publish to NPM
5254 run : bun publish -p --access public
Original file line number Diff line number Diff line change 11{
22 "name" : " @rohitaryal/whisk-api" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "type" : " module" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
77 "files" : [
88 " dist"
99 ],
10+ "exports" : {
11+ "import" : " ./dist/index.js" ,
12+ "require" : " ./dist/index.js"
13+ },
1014 "private" : false ,
1115 "scripts" : {
1216 "test" : " bun test --concurrent" ,
13- "build" : " tsc && chmod +x ./dist/index .js"
17+ "build" : " tsc && chmod +x ./dist/Cli .js"
1418 },
1519 "devDependencies" : {
1620 "@types/bun" : " ^1.3.5" ,
4448 "url" : " https://github.com/rohitaryal/whisk-api/issues"
4549 },
4650 "homepage" : " https://github.com/rohitaryal/whisk-api#readme" ,
47- "directories" : {
48- "example" : " examples" ,
49- "test" : " tests"
50- },
5151 "description" : " Unofficial API for Whisk image generation."
5252}
You can’t perform that action at this time.
0 commit comments