Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Aug 22, 2019
1 parent fb522a6 commit df742db
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions bundles/geckos.io-client.1.1.7.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "1.1.6", "version": "1.1.7",
"command": { "command": {
"bootstrap": { "bootstrap": {
"npmClientArgs": [ "npmClientArgs": [
Expand Down
6 changes: 3 additions & 3 deletions packages/chatApp/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
{ {
"name": "chat-app", "name": "chat-app",
"description": "Real-time client/server communication over UDP using WebRTC and Node.js", "description": "Real-time client/server communication over UDP using WebRTC and Node.js",
"version": "1.1.6", "version": "1.1.7",
"main": "dist", "main": "dist",
"private": true, "private": true,
"scripts": { "scripts": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"lib": "lib" "lib": "lib"
}, },
"dependencies": { "dependencies": {
"@geckos.io/client": "^1.1.6", "@geckos.io/client": "^1.1.7",
"@geckos.io/server": "^1.1.6", "@geckos.io/server": "^1.1.7",
"source-map-support": "^0.5.11" "source-map-support": "^0.5.11"
}, },
"devDependencies": { "devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "@geckos.io/client", "name": "@geckos.io/client",
"version": "1.1.6", "version": "1.1.7",
"description": "Real-time client/server communication over UDP using WebRTC and Node.js", "description": "Real-time client/server communication over UDP using WebRTC and Node.js",
"main": "lib/index.js", "main": "lib/index.js",
"author": "Yannick Deubel (https://github.com/yandeu)", "author": "Yannick Deubel (https://github.com/yandeu)",
Expand Down Expand Up @@ -44,6 +44,6 @@
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"dependencies": { "dependencies": {
"@geckos.io/common": "^1.1.6" "@geckos.io/common": "^1.1.7"
} }
} }
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "@geckos.io/common", "name": "@geckos.io/common",
"version": "1.1.6", "version": "1.1.7",
"description": "The common module for @geckos.io/server and @geckos.io/client.", "description": "The common module for @geckos.io/server and @geckos.io/client.",
"main": "lib", "main": "lib",
"author": "Yannick Deubel (https://github.com/yandeu)", "author": "Yannick Deubel (https://github.com/yandeu)",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "@geckos.io/server", "name": "@geckos.io/server",
"version": "1.1.6", "version": "1.1.7",
"description": "Real-time client/server communication over UDP using WebRTC and Node.js", "description": "Real-time client/server communication over UDP using WebRTC and Node.js",
"main": "lib/index.js", "main": "lib/index.js",
"author": "Yannick Deubel (https://github.com/yandeu)", "author": "Yannick Deubel (https://github.com/yandeu)",
Expand Down Expand Up @@ -41,7 +41,7 @@
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"dependencies": { "dependencies": {
"@geckos.io/common": "^1.1.6", "@geckos.io/common": "^1.1.7",
"eventemitter3": "^4.0.0", "eventemitter3": "^4.0.0",
"wrtc": "^0.4.1" "wrtc": "^0.4.1"
}, },
Expand Down

0 comments on commit df742db

Please sign in to comment.