Skip to content

Commit

Permalink
publish: output for 9287426
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardssh committed Dec 24, 2021
1 parent 436f99e commit fd74d18
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ You can install via [github](https://github.com/LeonardSSH/rage-rpc)
```bash
# With npm
npm i github:leonardssh/rage-rpc#v0.2.3
npm i github:leonardssh/rage-rpc#v0.2.4

# With yarn
yarn add github:leonardssh/rage-rpc#v0.2.3
yarn add github:leonardssh/rage-rpc#v0.2.4

# With pnpm
pnpm add github:leonardssh/rage-rpc#v0.2.3
pnpm add github:leonardssh/rage-rpc#v0.2.4
```

From here, you can simply require the package in any RAGE context:
Expand Down Expand Up @@ -533,6 +533,10 @@ You can now use rage-rpc as a full on replacement for mp.events. API functions t

Check the releases tab for an up-to-date changelog.

#### 0.2.4

- IMPROVE: Type-safe & Type Definitions

#### 0.2.3

- FIX: Player null type assignment
Expand Down
2 changes: 1 addition & 1 deletion dist/rage-rpc.esm.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rage-rpc.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rage-rpc.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rage-rpc",
"version": "0.2.3",
"version": "0.2.4",
"description": "A universal, asynchronous RPC implementation for RAGE Multiplayer",
"scripts": {
"lint": "eslint src --ext mjs,js,ts,tsx --fix",
Expand Down

0 comments on commit fd74d18

Please sign in to comment.