Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Sep 12, 2023
1 parent 904e454 commit 4ebd3a5
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 10 deletions.
1 change: 1 addition & 0 deletions bundles/geckos.io-client.2.3.2.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": "2.3.2-dev.0",
"version": "2.3.2",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
19 changes: 19 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@yandeu/eslint-config": "^0.0.4",
"@yandeu/prettier-config": "^0.0.4",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
"express6": "^0.1.2",
"html-webpack-plugin": "^5.2.0",
Expand All @@ -84,4 +85,4 @@
"funding": {
"url": "https://github.com/sponsors/yandeu"
}
}
}
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": "2.3.2-dev.0",
"version": "2.3.2",
"main": "dist",
"type": "module",
"private": true,
Expand Down Expand Up @@ -38,8 +38,8 @@
"lib": "lib"
},
"dependencies": {
"@geckos.io/client": "^2.3.2-dev.0",
"@geckos.io/server": "^2.3.2-dev.0"
"@geckos.io/client": "^2.3.2",
"@geckos.io/server": "^2.3.2"
},
"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": "2.3.2-dev.0",
"version": "2.3.2",
"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": "^2.3.2-dev.0"
"@geckos.io/common": "^2.3.2"
},
"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": "2.3.2-dev.0",
"version": "2.3.2",
"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": "2.3.2-dev.0",
"version": "2.3.2",
"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": "^2.3.2-dev.0",
"@geckos.io/common": "^2.3.2",
"@yandeu/events": "0.0.6",
"node-datachannel": "0.4.3"
},
Expand Down

0 comments on commit 4ebd3a5

Please sign in to comment.