File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @mondaydotcomorg/api-types" ,
3- "version" : " 5.0.6 " ,
3+ "version" : " 5.0.7 " ,
44 "description" : " monday.com API types" ,
55 "types" : " generated/api-types.d.ts" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @mondaydotcomorg/api" ,
3- "version" : " 12.0.0 " ,
3+ "version" : " 12.0.1 " ,
44 "description" : " monday.com API client" ,
55 "main" : " dist/cjs/index.js" ,
66 "module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @mondaydotcomorg/setup-api" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " monday.com setup api cli" ,
55 "main" : " dist/cjs/index.js" ,
66 "types" : " dist/cjs/index.d.ts" ,
77 "scripts" : {
88 "build" : " rollup -c && if [ \" $(uname)\" != \" MSYS\" -a \" $(uname)\" != \" MINGW32\" -a \" $(uname)\" != \" MINGW64\" ]; then chmod +x dist/cjs/index.js; fi" ,
99 "test" : " jest -c" ,
10- "prepublish " : " yarn version --minor && yarn build" ,
10+ "prepublishOnly " : " yarn build" ,
1111 "prettier" : " prettier --write \" lib/**/*.ts\" --ignore-path \" ../../.prettierignore\" " ,
1212 "lint" : " eslint --fix \" lib/**/*.ts\" --ignore-path \" ../../.eslintignore\" "
1313 },
You can’t perform that action at this time.
0 commit comments