motely-wasm 6.0.0 → 6.0.1

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.
Binary file
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "motely-wasm",
3
- "version": "6.0.0",
4
- "description": "MotelyJAML — Balatro seed search engine (browser WASM). Bootsharp emits index.mjs + WASM + types from dotnet publish; this file is npm metadata only. Import: import dotnet, { Motely } from \"motely-wasm\" Motely is the C# API surface (enums, MotelyProgram, SearchEvents).",
3
+ "version": "6.0.1",
4
+ "description": "MotelyJAML — Balatro seed search engine (browser WASM). Import: import bootsharp, { MotelyProgram, SearchEvents, MotelyDeck } from \"motely-wasm\"; await bootsharp.boot();",
5
5
  "type": "module",
6
6
  "main": "./index.mjs",
7
7
  "types": "./types/index.d.ts",
8
+ "browser": {
9
+ "fs/promises": false
10
+ },
8
11
  "exports": {
9
12
  ".": {
10
13
  "types": "./types/index.d.ts",