Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elementbound committed Mar 18, 2023
1 parent 37bf9c4 commit 3950a6e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions examples/websocket-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elementbound/nlon-websocket-example",
"version": "0.10.5",
"version": "1.0.0",
"description": "An example app using nlon over WebSockets",
"private": "true",
"main": "src/host.mjs",
Expand All @@ -17,8 +17,8 @@
"author": "Tamas Galffy",
"license": "MIT",
"dependencies": {
"@elementbound/nlon": "workspace:^0.10.5",
"@elementbound/nlon-websocket": "workspace:^0.10.5",
"@elementbound/nlon": "workspace:^1.0.0",
"@elementbound/nlon-websocket": "workspace:^1.0.0",
"express": "^4.18.2",
"pino": "^8.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.10.5"
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"doc": "jsdoc -c .jsdoc.js -R README.md -u doc/ -d jsdoc ."
},
"homepage": "https://github.com/elementbound/nlon#readme",
"homepage": "https://elementbound.github.io/nlon/",
"bugs": {
"url": "https://github.com/elementbound/nlon/issues"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/nlon-socket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elementbound/nlon-socket",
"version": "0.10.5",
"version": "1.0.0",
"description": "Socket adapter for nlon",
"main": "index.js",
"scripts": {
Expand All @@ -18,13 +18,13 @@
],
"author": "Tamas Galffy",
"license": "MIT",
"homepage": "https://github.com/elementbound/nlon/packages/nlon-socket#readme",
"homepage": "https://elementbound.github.io/nlon/",
"bugs": {
"url": "https://github.com/elementbound/nlon/issues"
},
"repository": "github:elementbound/nlon",
"dependencies": {
"@elementbound/nlon": "workspace:^0.10.5"
"@elementbound/nlon": "workspace:^1.0.0"
},
"devDependencies": {
"clean-jsdoc-theme": "^4.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/nlon-websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elementbound/nlon-websocket",
"version": "0.10.5",
"version": "1.0.0",
"description": "WebSocket adapter for nlon",
"main": "index.mjs",
"scripts": {
Expand All @@ -18,13 +18,13 @@
],
"author": "Tamas Galffy",
"license": "MIT",
"homepage": "https://github.com/elementbound/nlon/packages/nlon-websocket/#readme",
"homepage": "https://elementbound.github.io/nlon/",
"bugs": {
"url": "https://github.com/elementbound/nlon/issues"
},
"repository": "github:elementbound/nlon",
"dependencies": {
"@elementbound/nlon": "workspace:^0.10.5",
"@elementbound/nlon": "workspace:^1.0.0",
"isomorphic-ws": "^5.0.0",
"ws": "^8.12.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nlon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elementbound/nlon",
"version": "0.10.5",
"version": "1.0.0",
"description": "Reference implementation of the nlon protocol",
"main": "index.mjs",
"scripts": {
Expand All @@ -17,7 +17,7 @@
],
"author": "Tamas Galffy",
"license": "MIT",
"homepage": "https://github.com/elementbound/nlon#readme",
"homepage": "https://elementbound.github.io/nlon/",
"bugs": {
"url": "https://github.com/elementbound/nlon/issues"
},
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 3950a6e

Please sign in to comment.