Skip to content

Commit

Permalink
fix package.json for satori-js, update changelog, bump versions (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomglenn committed Jan 23, 2023
1 parent 9d3cca5 commit a99b784
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 50 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p

### Unreleased

### [2.5.1]

### Added
- Added [Satori](https://heroiclabs.com/docs/satori) client package (`satori-js`)

### Changed
- Remove Yarn in favour of NPM and updates dependencies to support Node 18 LTS

### [2.4.1]

### Fixed
Expand Down
52 changes: 8 additions & 44 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/nakama-js-test/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.4.1",
"@heroiclabs/nakama-js": "2.5.1",
"@heroiclabs/nakama-js-protobuf": "1.2.0"
},
"devDependencies": {
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.5.0",
"version": "2.5.1",
"scripts": {
"build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/satori-js-test/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/satori-js": "1.0.0"
"@heroiclabs/satori-js": "2.5.1"
},
"scripts": {
"test": "npx typescript --project tsconfig.test.json && jest --runInBand"
Expand Down
6 changes: 3 additions & 3 deletions packages/satori-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroiclabs/satori-js",
"version": "2.5.0",
"version": "2.5.1",
"scripts": {
"build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs",
"docs": "typedoc index.ts --gaID UA-89839802-1 --out ../../docs"
Expand All @@ -23,9 +23,9 @@
"satori",
"live ops"
],
"repository": "https://github.com/heroiclabs/satori-js",
"repository": "https://github.com/heroiclabs/nakama-js",
"homepage": "https://heroiclabs.com",
"bugs": "https://github.com/heroiclabs/satori-js/issues",
"bugs": "https://github.com/heroiclabs/nakama-js/issues",
"author": "Chris Molozian <[email protected]>",
"contributors": [
"Andrei Mihu <[email protected]>",
Expand Down

0 comments on commit a99b784

Please sign in to comment.