motely-wasm 5.6.2 → 5.6.4

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/jaml.schema.json +1 -1
  2. package/package.json +1 -1
package/jaml.schema.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "$id": "https://seedfinder.app/jaml.schema.json",
4
- "version": "5.6.2",
4
+ "version": "5.6.4",
5
5
  "title": "JAML - Jimbo\u0027s Ante Markup Language",
6
6
  "description": "Schema for Balatro seed filter configuration files (.jaml)",
7
7
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "motely-wasm",
3
- "version": "5.6.2",
3
+ "version": "5.6.4",
4
4
  "description": "Motely seed search engine - Bootsharp WASM (browser)",
5
5
  "type": "module",
6
6
  "main": "./index.mjs",