Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @rayo/benchmarks@1.1.3
 - @rayo/compress@1.1.12
 - rayo@1.2.8
 - @rayo/send@1.0.9
 - @rayo/storm@1.1.6
  • Loading branch information
aichholzer committed Feb 15, 2019
1 parent b1688b8 commit d1769a2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/benchmarks/package.json
@@ -1,6 +1,6 @@
{
"name": "@rayo/benchmarks",
"version": "1.1.2",
"version": "1.1.3",
"description": "🏆 Rayo's benchmarks.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"ora": "^3.1.0",
"pancho": "^1.0.2",
"polka": "^0.5.2",
"rayo": "^1.2.7"
"rayo": "^1.2.8"
},
"bin": {
"rayobench": "./index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/compress/package.json
@@ -1,6 +1,6 @@
{
"name": "@rayo/compress",
"version": "1.1.11",
"version": "1.1.12",
"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.7",
"version": "1.2.8",
"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.5",
"@rayo/storm": "^1.1.6",
"matchit": "^1.0.7",
"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.8",
"version": "1.0.9",
"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.5",
"version": "1.1.6",
"description": "🌩️ Run clustered applications.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit d1769a2

Please sign in to comment.