Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @rayo/benchmarks@1.1.1
 - @rayo/compress@1.1.10
 - rayo@1.2.5
 - @rayo/send@1.0.7
 - @rayo/storm@1.1.4
  • Loading branch information
aichholzer committed Dec 4, 2018
1 parent e4d71d8 commit 5adcff0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/benchmarks/package.json
@@ -1,6 +1,6 @@
{
"name": "@rayo/benchmarks",
"version": "1.1.0",
"version": "1.1.1",
"description": "🏆 Rayo's benchmarks.",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compress/package.json
@@ -1,6 +1,6 @@
{
"name": "@rayo/compress",
"version": "1.1.9",
"version": "1.1.10",
"description": "🗜 Rayo's compression",
"main": "index.js",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rayo/package.json
@@ -1,6 +1,6 @@
{
"name": "rayo",
"version": "1.2.4",
"version": "1.2.5",
"description": "⚡️ Rayo, an extremely fast micro-framework for Nodejs.",
"main": "lib/index.js",
"engines": {
Expand All @@ -18,7 +18,7 @@
},
"license": "MIT",
"dependencies": {
"@rayo/storm": "^1.1.3",
"@rayo/storm": "^1.1.4",
"matchit": "^1.0.6",
"parseurl": "^1.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/send/package.json
@@ -1,6 +1,6 @@
{
"name": "@rayo/send",
"version": "1.0.6",
"version": "1.0.7",
"description": "✈️ Rayo's response sender",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storm/package.json
@@ -1,6 +1,6 @@
{
"name": "@rayo/storm",
"version": "1.1.3",
"version": "1.1.4",
"description": "🌩️ Run clustered applications.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 5adcff0

Please sign in to comment.