Skip to content

Commit dd492af

Browse files
authoredNov 14, 2022
Release
Release
2 parents a2f350b + e35350b commit dd492af

12 files changed

+29
-22
lines changed
 

‎.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ npm-debug.log*
44
yarn-debug.log*
55
yarn-error.log*
66

7+
packages/rayo/readme.md
8+
packages/rayo/LICENSE
9+
packages/benchmarks/LICENSE
10+
packages/compress/LICENSE
11+
packages/send/LICENSE
12+
packages/storm/LICENSE
13+
714
# Runtime data
815
pids
916
*.pid

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lerna": "3.2.0",
2+
"lerna": "6.0.3",
33
"npmClient": "npm",
44
"packages": [
55
"packages/*"

‎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.3.2",
3+
"version": "1.4.0",
44
"description": "🏆 Rayo's benchmarks.",
55
"main": "index.js",
66
"type": "module",
@@ -21,7 +21,7 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@rayo/storm": "^1.2.6",
24+
"@rayo/storm": "^1.3.0",
2525
"autocannon": "^7.5.0",
2626
"cli-table": "^0.3.11",
2727
"express": "^4.17.1",
@@ -30,7 +30,7 @@
3030
"minimist": "^1.2.5",
3131
"pancho": "^1.0.2",
3232
"polka": "^0.5.2",
33-
"rayo": "^1.3.10"
33+
"rayo": "^1.4.0"
3434
},
3535
"bin": {
3636
"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.1.25",
3+
"version": "1.2.0",
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.3.11",
3+
"version": "1.4.0",
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.2.6",
22+
"@rayo/storm": "^1.3.0",
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.0.23",
3+
"version": "1.1.0",
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.2.7",
3+
"version": "1.3.0",
44
"description": "🌩️ Run clustered applications.",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)
Please sign in to comment.