Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f619ad

Browse files
committedOct 10, 2023
Publish
- @rayo/benchmarks@1.5.4 - @rayo/compress@1.3.5 - rayo@1.4.5 - @rayo/send@1.1.5 - @rayo/storm@1.3.5
1 parent 0558abd commit 3f619ad

9 files changed

+28
-28
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@rayo/benchmarks",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "🏆 Rayo's benchmarks.",
55
"main": "index.js",
6-
"exports": {
6+
"exports": {
77
".": {
88
"require": "./index.js",
99
"import": "./index.js"
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"dependencies": {
3131
"@hono/node-server": "^1.2.0",
32-
"@rayo/storm": "^1.3.4",
32+
"@rayo/storm": "^1.3.5",
3333
"autocannon": "^7.12.0",
3434
"cli-table": "^0.3.11",
3535
"express": "^4.17.1",
@@ -39,7 +39,7 @@
3939
"minimist": "^1.2.8",
4040
"pancho": "^1.0.2",
4141
"polka": "^0.5.2",
42-
"rayo": "^1.4.4"
42+
"rayo": "^1.4.5"
4343
},
4444
"bin": {
4545
"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.4",
3+
"version": "1.3.5",
44
"description": "🗜 Rayo's compression",
55
"main": "index.js",
66
"exports": {

‎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.4",
3+
"version": "1.4.5",
44
"description": "⚡️ Rayo, an extremely fast micro-framework for Nodejs.",
55
"main": "index.js",
66
"exports": {
@@ -26,7 +26,7 @@
2626
},
2727
"license": "MIT",
2828
"dependencies": {
29-
"@rayo/storm": "^1.3.4",
29+
"@rayo/storm": "^1.3.5",
3030
"matchit": "^1.1.0",
3131
"parseurl": "^1.3.3"
3232
},

‎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.4",
3+
"version": "1.1.5",
44
"description": "✈️ Rayo's response sender",
55
"main": "index.js",
66
"exports": {

‎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.4",
3+
"version": "1.3.5",
44
"description": "🌩️ Run clustered applications.",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)
Please sign in to comment.