Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Nov 24, 2024
1 parent 81a95e2 commit ded4642
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.3.0.1.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 Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.0.0",
"version": "3.0.1",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 3 additions & 3 deletions packages/chatApp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chat-app",
"description": "Real-time client/server communication over UDP using WebRTC and Node.js",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist",
"type": "module",
"private": true,
Expand Down Expand Up @@ -38,8 +38,8 @@
"lib": "lib"
},
"dependencies": {
"@geckos.io/client": "^3.0.0",
"@geckos.io/server": "^3.0.0"
"@geckos.io/client": "^3.0.1",
"@geckos.io/server": "^3.0.1"
},
"funding": {
"url": "https://github.com/sponsors/yandeu"
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geckos.io/client",
"version": "3.0.0",
"version": "3.0.1",
"description": "Real-time client/server communication over UDP using WebRTC and Node.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@geckos.io/common": "^3.0.0"
"@geckos.io/common": "^3.0.1"
},
"funding": {
"url": "https://github.com/sponsors/yandeu"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geckos.io/common",
"version": "3.0.0",
"version": "3.0.1",
"description": "The common module for @geckos.io/server and @geckos.io/client.",
"main": "lib",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geckos.io/server",
"version": "3.0.0",
"version": "3.0.1",
"description": "Real-time client/server communication over UDP using WebRTC and Node.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@geckos.io/common": "^3.0.0",
"@geckos.io/common": "^3.0.1",
"@yandeu/events": "0.0.6",
"node-datachannel": "0.22.0"
},
Expand Down

0 comments on commit ded4642

Please sign in to comment.