Skip to content

Commit a32586a

Browse files
committed
v0.57.4
Release notes: - [search] Reduce warnings for worker invocations, especially for `esbuild`-based flows. - We will hopefully discontinue the `esbuild` workaround at some point, but `esbuild` has been stuck for 3 years on this issue. Because `esbuild` and Vite (which uses `esbuild`) are now dominating the ecosystem, this just causes a warning for a lot of devs/users that they can't do anything about. As frustrating as the situation is, the workaround is semantically fine (even if it's convoluted) and is preserved by `esbuild`-based flows in practice. So we suppress the warning in the medium-term but maintain long-term hope that we can remove it (and the other fallbacks as well).
1 parent 138efbe commit a32586a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cubing",
3-
"version": "0.57.3",
3+
"version": "0.57.4",
44
"description": "A collection of JavaScript cubing libraries.",
55
"author": "The js.cubing.net team",
66
"type": "module",

0 commit comments

Comments
 (0)