Skip to content

Commit a99b784

Browse files
authored
fix package.json for satori-js, update changelog, bump versions (#144)
1 parent 9d3cca5 commit a99b784

File tree

6 files changed

+19
-50
lines changed

6 files changed

+19
-50
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p
55

66
### Unreleased
77

8+
### [2.5.1]
9+
810
### Added
911
- Added [Satori](https://heroiclabs.com/docs/satori) client package (`satori-js`)
1012

13+
### Changed
14+
- Remove Yarn in favour of NPM and updates dependencies to support Node 18 LTS
15+
1116
### [2.4.1]
1217

1318
### Fixed

package-lock.json

Lines changed: 8 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nakama-js-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"license": "Apache-2.0",
77
"dependencies": {
8-
"@heroiclabs/nakama-js": "2.4.1",
8+
"@heroiclabs/nakama-js": "2.5.1",
99
"@heroiclabs/nakama-js-protobuf": "1.2.0"
1010
},
1111
"devDependencies": {

packages/nakama-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heroiclabs/nakama-js",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"scripts": {
55
"build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
66
},

packages/satori-js-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"license": "Apache-2.0",
77
"dependencies": {
8-
"@heroiclabs/satori-js": "1.0.0"
8+
"@heroiclabs/satori-js": "2.5.1"
99
},
1010
"scripts": {
1111
"test": "npx typescript --project tsconfig.test.json && jest --runInBand"

packages/satori-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heroiclabs/satori-js",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"scripts": {
55
"build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs",
66
"docs": "typedoc index.ts --gaID UA-89839802-1 --out ../../docs"
@@ -23,9 +23,9 @@
2323
"satori",
2424
"live ops"
2525
],
26-
"repository": "https://github.com/heroiclabs/satori-js",
26+
"repository": "https://github.com/heroiclabs/nakama-js",
2727
"homepage": "https://heroiclabs.com",
28-
"bugs": "https://github.com/heroiclabs/satori-js/issues",
28+
"bugs": "https://github.com/heroiclabs/nakama-js/issues",
2929
"author": "Chris Molozian <[email protected]>",
3030
"contributors": [
3131
"Andrei Mihu <[email protected]>",

0 commit comments

Comments
 (0)