unreal-toolkit 0.1.16 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -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.16",
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",