@whatever-engine/api 0.1.1-2 → 0.1.1-3
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.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,4 +69,6 @@ Inter-mod communication. Payloads must be JSON-serializable.
|
|
|
69
69
|
```sh
|
|
70
70
|
# Regenerate type declarations after editing index.ts
|
|
71
71
|
bun run build:types
|
|
72
|
-
```
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
Full API documentation is in [`docs/scripting-api.md`](../docs/scripting-api.md) at the repo root.
|