Skip to content

Commit

Permalink
release nakama-js 2.4.1 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
lugehorsam committed Jun 7, 2022
1 parent 1f25781 commit ffe10b5
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p

### Unreleased

### [2.4.1]

### Fixed
- This release is a republish of 2.4.0 but with the `cjs` distribution provided.

### [2.4.0]

### Added
- Added more details comments and documentation on objects and methods.

Expand Down
2 changes: 1 addition & 1 deletion packages/nakama-js-iife-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@heroiclabs/nakama-js": "2.1.4"
"@heroiclabs/nakama-js": "2.4.1"
},
"scripts": {
"build": "npx esbuild --bundle index.ts --target=es6 --format=iife --outfile=dist/nakama-js-example.iife.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/nakama-js-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@heroiclabs/nakama-js": "2.3.0",
"@heroiclabs/nakama-js-protobuf": "1.0.3"
"@heroiclabs/nakama-js": "2.4.1",
"@heroiclabs/nakama-js-protobuf": "1.2.0"
},
"devDependencies": {
"@types/expect-puppeteer": "^4.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/nakama-js-webpack-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@heroiclabs/nakama-js": "2.1.4",
"@heroiclabs/nakama-js": "2.4.1",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.12.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nakama-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroiclabs/nakama-js",
"version": "2.4.0",
"version": "2.4.1",
"scripts": {
"build": "node build.js",
"docs": "typedoc index.ts --gaID UA-89839802-1 --out ../../docs"
Expand Down
27 changes: 15 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2180,18 +2180,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "@heroiclabs/nakama-js-iife-example@workspace:packages/nakama-js-iife-example"
dependencies:
"@heroiclabs/nakama-js": 2.1.4
"@heroiclabs/nakama-js": 2.4.1
languageName: unknown
linkType: soft

"@heroiclabs/nakama-js-protobuf@npm:1.0.3":
version: 1.0.3
resolution: "@heroiclabs/nakama-js-protobuf@npm:1.0.3"
checksum: fecb93a80c8c8bd6aec08e7afe04e96ff846ff719bd57c11cc7202aaabaf86932f3c87c1d53aa3ed752ed705d383dcbc2947e2fe7ef50000a9ea7aa3ae02b9b5
languageName: node
linkType: hard

"@heroiclabs/nakama-js-protobuf@workspace:packages/nakama-js-protobuf":
"@heroiclabs/[email protected], @heroiclabs/nakama-js-protobuf@workspace:packages/nakama-js-protobuf":
version: 0.0.0-use.local
resolution: "@heroiclabs/nakama-js-protobuf@workspace:packages/nakama-js-protobuf"
dependencies:
Expand All @@ -2204,8 +2197,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@heroiclabs/nakama-js-test@workspace:packages/nakama-js-test"
dependencies:
"@heroiclabs/nakama-js": 2.3.0
"@heroiclabs/nakama-js-protobuf": 1.0.3
"@heroiclabs/nakama-js": 2.4.0
"@heroiclabs/nakama-js-protobuf": 1.2.0
"@types/expect-puppeteer": ^4.4.5
"@types/jest": ^26.0.20
"@types/jest-environment-puppeteer": ^4.4.1
Expand All @@ -2230,7 +2223,7 @@ __metadata:
languageName: unknown
linkType: soft

"@heroiclabs/nakama-js@2.3.0, @heroiclabs/nakama-js@workspace:packages/nakama-js":
"@heroiclabs/nakama-js@2.4.1, @heroiclabs/nakama-js@workspace:packages/nakama-js":
version: 0.0.0-use.local
resolution: "@heroiclabs/nakama-js@workspace:packages/nakama-js"
dependencies:
Expand All @@ -2255,6 +2248,16 @@ __metadata:
languageName: node
linkType: hard

"@heroiclabs/nakama-js@npm:2.4.0":
version: 2.4.0
resolution: "@heroiclabs/nakama-js@npm:2.4.0"
dependencies:
js-base64: ^3.6.0
whatwg-fetch: ^2.0.3
checksum: 9640b7592f702527b5987c114e8b81dec40107a404dc789adbe63ce2998140a763d897125328895fbe0d440bac1d681916f32b4d73e6a93b62e5e3b9881f5015
languageName: node
linkType: hard

"@istanbuljs/load-nyc-config@npm:^1.0.0":
version: 1.1.0
resolution: "@istanbuljs/load-nyc-config@npm:1.1.0"
Expand Down

0 comments on commit ffe10b5

Please sign in to comment.