Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Feb 20, 2021
1 parent 60071d7 commit 344a8ae
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/app",
"version": "1.1.14",
"version": "1.1.15",
"description": "0-legacy, tiny & fast web framework as a replacement of Express",
"type": "module",
"homepage": "https://tinyhttp.v1rtl.site",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/bot-detector",
"version": "1.1.15",
"version": "1.1.16",
"type": "module",
"description": "Detect bots among users in your tinyhttp app.",
"homepage": "https://tinyhttp.v1rtl.site",
Expand Down
2 changes: 1 addition & 1 deletion packages/cookie-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/cookie-parser",
"version": "1.1.14",
"version": "1.1.15",
"type": "module",
"description": "tinyhttp cookie parsing middleware",
"homepage": "https://github.com/talentlessguy/tinyhttp/tree/master/packages/cookie-parser#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/ip-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/ip-filter",
"version": "1.1.15",
"version": "1.1.16",
"description": "tinyhttp IP filtering middleware",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/jsonp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/jsonp",
"version": "1.1.14",
"version": "1.1.15",
"type": "module",
"description": "JSONP response middleware",
"homepage": "https://tinyhttp.v1rtl.site",
Expand Down Expand Up @@ -37,6 +37,6 @@
"build": "rollup -c ../../build/defaultConfig.js"
},
"dependencies": {
"@tinyhttp/app": "workspace:^1.1.14"
"@tinyhttp/app": "workspace:^1.1.15"
}
}
4 changes: 2 additions & 2 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/markdown",
"version": "1.1.7",
"version": "1.1.8",
"description": "tinyhttp static markdown middleware",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"author": "v1rtl",
"license": "MIT",
"dependencies": {
"@tinyhttp/send": "workspace:^1.1.2",
"@tinyhttp/send": "workspace:^1.1.3",
"marked": "^2.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/pug",
"version": "1.1.14",
"version": "1.1.15",
"type": "module",
"description": "Pug wrapped in a helper function for tinyhttp.",
"homepage": "https://tinyhttp.v1rtl.site",
Expand Down
2 changes: 1 addition & 1 deletion packages/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"build": "rollup -c ./rollup.config.js"
},
"devDependencies": {
"@tinyhttp/app": "workspace:1.1.14"
"@tinyhttp/app": "workspace:1.1.15"
}
}
2 changes: 1 addition & 1 deletion packages/res/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/res",
"version": "1.1.5",
"version": "1.1.6",
"type": "module",
"description": "response extensions for tinyhttp",
"homepage": "https://tinyhttp.v1rtl.site",
Expand Down
2 changes: 1 addition & 1 deletion packages/send/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/send",
"version": "1.1.2",
"version": "1.1.3",
"type": "module",
"description": "json, send, sendFile, status and sendStatus methods for tinyhttp",
"homepage": "https://tinyhttp.v1rtl.site",
Expand Down
2 changes: 1 addition & 1 deletion packages/unless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/unless",
"version": "1.1.14",
"version": "1.1.15",
"type": "module",
"description": "Unless middleware for tinyhttp",
"homepage": "https://tinyhttp.v1rtl.site",
Expand Down

0 comments on commit 344a8ae

Please sign in to comment.