Skip to content

Commit 04749c7

Browse files
committedOct 10, 2023
Publish
- @rayo/benchmarks@1.5.0 - @rayo/compress@1.3.1 - rayo@1.4.1 - @rayo/send@1.1.1 - @rayo/storm@1.3.1
1 parent 5bf9bbc commit 04749c7

11 files changed

+32
-32
lines changed
 

‎package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/benchmarks/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/benchmarks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rayo/benchmarks",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "🏆 Rayo's benchmarks.",
55
"main": "index.js",
66
"type": "module",
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@hono/node-server": "^1.2.0",
25-
"@rayo/storm": "^1.3.0",
25+
"@rayo/storm": "^1.3.1",
2626
"autocannon": "^7.12.0",
2727
"cli-table": "^0.3.11",
2828
"express": "^4.17.1",
@@ -32,7 +32,7 @@
3232
"minimist": "^1.2.8",
3333
"pancho": "^1.0.2",
3434
"polka": "^0.5.2",
35-
"rayo": "^1.4.0"
35+
"rayo": "^1.4.1"
3636
},
3737
"bin": {
3838
"rayobench": "./index.js"

‎packages/compress/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/compress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rayo/compress",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "🗜 Rayo's compression",
55
"main": "index.js",
66
"type": "module",

‎packages/rayo/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/rayo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rayo",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "⚡️ Rayo, an extremely fast micro-framework for Nodejs.",
55
"main": "index.js",
66
"type": "module",
@@ -19,7 +19,7 @@
1919
},
2020
"license": "MIT",
2121
"dependencies": {
22-
"@rayo/storm": "^1.3.0",
22+
"@rayo/storm": "^1.3.1",
2323
"matchit": "^1.1.0",
2424
"parseurl": "^1.3.3"
2525
},

‎packages/send/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/send/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rayo/send",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "✈️ Rayo's response sender",
55
"main": "index.js",
66
"type": "module",

‎packages/storm/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/storm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rayo/storm",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "🌩️ Run clustered applications.",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)
Please sign in to comment.