@scrabble-solver/scrabble-solver 2.13.9 → 2.13.10
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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +5 -5
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/eslint/.cache_8dgz12 +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/807.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages/_app.js +1 -1
- package/.next/server/pages/_error.js +1 -1
- package/.next/server/pages/api/solve.js +1 -1
- package/.next/server/pages/index.html +1 -1
- package/.next/server/pages/index.js +1 -1
- package/.next/server/pages/index.json +1 -1
- package/.next/static/{eLvYNd4B2hzSgBZ_PuZcQ → 0kOqO_aASkcT2xjhiptyo}/_buildManifest.js +1 -1
- package/.next/static/chunks/pages/{404-01653a877b233143.js → 404-b447c5ca188dd7c1.js} +1 -1
- package/.next/static/chunks/pages/_app-0bbddaa93fde16ea.js +17 -0
- package/.next/static/chunks/pages/index-24b84719cf22731c.js +1 -0
- package/.next/trace +44 -44
- package/package.json +10 -9
- package/src/components/Results/Results.tsx +5 -1
- package/src/lib/groupResults.ts +4 -7
- package/src/lib/index.ts +1 -0
- package/src/lib/sortGroupedResults.ts +22 -0
- package/src/state/selectors.ts +8 -5
- package/src/types/index.ts +8 -0
- package/.next/static/chunks/pages/_app-735b5863675c1b5d.js +0 -17
- package/.next/static/chunks/pages/index-36c448d585a58425.js +0 -1
- /package/.next/static/{eLvYNd4B2hzSgBZ_PuZcQ → 0kOqO_aASkcT2xjhiptyo}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0kOqO_aASkcT2xjhiptyo
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/0kOqO_aASkcT2xjhiptyo/_buildManifest.js",
|
|
9
|
+
"static/0kOqO_aASkcT2xjhiptyo/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -15,20 +15,20 @@
|
|
|
15
15
|
"static/chunks/framework-c623a49d0bf89652.js",
|
|
16
16
|
"static/chunks/main-b5b360c6afb66b05.js",
|
|
17
17
|
"static/css/6682db14f926d4c7.css",
|
|
18
|
-
"static/chunks/pages/index-
|
|
18
|
+
"static/chunks/pages/index-24b84719cf22731c.js"
|
|
19
19
|
],
|
|
20
20
|
"/404": [
|
|
21
21
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
22
22
|
"static/chunks/framework-c623a49d0bf89652.js",
|
|
23
23
|
"static/chunks/main-b5b360c6afb66b05.js",
|
|
24
|
-
"static/chunks/pages/404-
|
|
24
|
+
"static/chunks/pages/404-b447c5ca188dd7c1.js"
|
|
25
25
|
],
|
|
26
26
|
"/_app": [
|
|
27
27
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
28
28
|
"static/chunks/framework-c623a49d0bf89652.js",
|
|
29
29
|
"static/chunks/main-b5b360c6afb66b05.js",
|
|
30
30
|
"static/css/841a5b5f0b2fb131.css",
|
|
31
|
-
"static/chunks/pages/_app-
|
|
31
|
+
"static/chunks/pages/_app-0bbddaa93fde16ea.js"
|
|
32
32
|
],
|
|
33
33
|
"/_error": [
|
|
34
34
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|