unreal-toolkit 0.1.14 → 0.1.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ with your hosted Unreal Engine streaming web application.
4
4
 
5
5
  <a href="https://www.npmjs.com/package/unreal-toolkit-next">Next Edition (ES6)</a>
6
6
  <br/>
7
- <a href="https://github.com/codewrxai/UnrealToolkit/cdn">Browser Edition (CDN)</a>
7
+ <a href="https://github.com/codewrxai/UnrealToolkit/tree/master/cdn">Browser Edition (CDN)</a>
8
8
 
9
9
 
10
10
  ## Default Installation (UMD)
@@ -17,7 +17,7 @@ npm install unreal-toolkit
17
17
  import UnrealToolkit from 'unreal-toolkit';
18
18
  ```
19
19
 
20
- * Unreal Toolkit Message Bus Usage
20
+ * Unreal Toolkit Event Bus Usage
21
21
  ```typescript
22
22
  // Post WM_HELLO message to Unreal Engine
23
23
  UnrealToolkit.EventBus.PostWindowMessage("WM_HELLO", ["Hello World!"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unreal-toolkit",
3
- "version": "0.1.14",
3
+ "version": "0.1.18",
4
4
  "description": "Unreal Toolkit Runtime Library (UMD)",
5
5
  "main": "dist/unreal.toolkit.js",
6
6
  "types": "dist/index.d.ts",