File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @pythnetwork/price-pusher" ,
3- "version" : " 10.3.0 " ,
3+ "version" : " 10.3.1 " ,
44 "description" : " Pyth Price Pusher" ,
55 "homepage" : " https://pyth.network" ,
66 "main" : " ./dist/index.cjs" ,
99 " dist/**/*"
1010 ],
1111 "bin" : {
12- "pyth-price-pusher" : " ./dist/index.js "
12+ "pyth-price-pusher" : " ./dist/index.cjs "
1313 },
1414 "repository" : {
1515 "type" : " git" ,
2525 "fix:lint" : " eslint src/ --fix --max-warnings 0" ,
2626 "test:format" : " prettier --check \" src/**/*.ts\" " ,
2727 "test:lint" : " eslint src/ --max-warnings 0" ,
28- "start" : " node dist/index.js " ,
28+ "start" : " node dist/index.cjs " ,
2929 "dev" : " ts-node src/index.ts" ,
3030 "prepublishOnly" : " pnpm run build && pnpm run test:lint" ,
3131 "preversion" : " pnpm run test:lint" ,
You can’t perform that action at this time.
0 commit comments