File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.8.4
4+
5+ [ compare changes] ( https://github.com/rrd108/nuxt-api-shield/compare/v0.8.3...v0.8.4 )
6+
37## v0.8.3
48
59[ compare changes] ( https://github.com/rrd108/nuxt-api-shield/compare/v0.8.2...v0.8.3 )
Original file line number Diff line number Diff line change 11{
22 "name" : " nuxt-api-shield" ,
3- "version" : " 0.8.3 " ,
3+ "version" : " 0.8.4 " ,
44 "description" : " Nuxt API Shield - Rate Limiting" ,
55 "repository" : " rrd108/nuxt-api-shield" ,
66 "license" : " MIT" ,
3030 "release:minor" : " yarn lint && yarn test && yarn prepack && changelogen --release --minor && yarn publish && git push --follow-tags" ,
3131 "lint" : " eslint ." ,
3232 "lint:fix" : " eslint . --fix" ,
33- "test" : " vitest run --testTimeout 15000 --reporter=basic --disable-console-intercept" ,
34- "test:watch" : " vitest watch --testTimeout 15000 --reporter=basic --disable-console-intercept"
33+ "test" : " vitest run --testTimeout 15000 --reporter=default --reporter.summary=false --disable-console-intercept" ,
34+ "test:watch" : " vitest watch --testTimeout 15000 --reporter=default --reporter.summary=false --disable-console-intercept"
3535 },
3636 "dependencies" : {
3737 "@nuxt/kit" : " ^3.12.2" ,
You can’t perform that action at this time.
0 commit comments