@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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. 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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Mester",
4
4
  "license": "Apache-2.0",
5
5
  "description": "TypeScript scripting API for Whatever Engine mods",
6
- "version": "0.1.1-2",
6
+ "version": "0.1.1-3",
7
7
  "module": "./index.ts",
8
8
  "types": "./index.d.ts",
9
9
  "exports": {