mons-rules 0.4.2 → 0.4.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 +1 -1
- package/dist/mons-rules.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ can vary with runtime, JIT, cache, and garbage-collection timing. Suggestions
|
|
|
32
32
|
remain legal and do not mutate the source game. Environments without `WeakRef`
|
|
33
33
|
use the canonical Fast and Normal selectors instead of the packed search path.
|
|
34
34
|
|
|
35
|
-
Published JavaScript targets
|
|
35
|
+
Published JavaScript targets ES2022 and uses Web-standard `performance` and
|
|
36
36
|
`crypto` globals. Node.js 22.13 through 22.x, or Node.js 24 or newer, is
|
|
37
37
|
required for Node consumers and repository tooling.
|
|
38
38
|
|