@scrabble-solver/scrabble-solver 2.9.1 → 2.9.2
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 +7 -7
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/eslint/.cache_8dgz12 +1 -1
- package/.next/cache/next-server.js.nft.json +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/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/413.js +6 -2
- package/.next/server/chunks/44.js +894 -3
- package/.next/server/chunks/515.js +10 -3
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +2 -2
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.html +2 -2
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/api/dictionary/[locale]/[word].js +121 -65
- package/.next/server/pages/api/dictionary/[locale]/[word].js.nft.json +1 -1
- package/.next/server/pages/api/dictionary/[locale].js +1 -1
- package/.next/server/pages/api/dictionary/[locale].js.nft.json +1 -1
- package/.next/server/pages/api/solve.js +1 -1
- package/.next/server/pages/api/solve.js.nft.json +1 -1
- package/.next/server/pages/api/verify.js +1 -1
- package/.next/server/pages/api/verify.js.nft.json +1 -1
- package/.next/server/pages/index.html +2 -2
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/index.json +1 -1
- package/.next/static/{Oki2Ia4sgLw021iM7byAe → Ntg-ilwD7GqTIFwRpSaTQ}/_buildManifest.js +1 -1
- package/.next/static/{Oki2Ia4sgLw021iM7byAe → Ntg-ilwD7GqTIFwRpSaTQ}/_ssgManifest.js +0 -0
- package/.next/static/chunks/{317-e7d5d859f1f95938.js → 317-5e5334962dd7c681.js} +1 -1
- package/.next/static/chunks/pages/{_app-10893b318367f97c.js → _app-183f598b1d4d480b.js} +1 -1
- package/.next/static/css/e8de67ad5ea35427.css +1 -0
- package/.next/trace +52 -52
- package/LICENSE +1 -1
- package/package.json +11 -11
- package/src/components/Dictionary/Dictionary.module.scss +1 -0
- package/src/components/Dictionary/Dictionary.tsx +7 -2
- package/src/i18n/en.json +2 -2
- package/src/pages/api/dictionary/[locale]/[word].ts +3 -1
- package/.next/server/chunks/452.js +0 -894
- package/.next/static/css/e3d218f4ea72c5fb.css +0 -1
- package/public/robots.txt +0 -4
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Ntg-ilwD7GqTIFwRpSaTQ
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/Ntg-ilwD7GqTIFwRpSaTQ/_buildManifest.js",
|
|
9
|
+
"static/Ntg-ilwD7GqTIFwRpSaTQ/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"static/chunks/framework-4556c45dd113b893.js",
|
|
16
16
|
"static/chunks/main-a75cf611e061d8f8.js",
|
|
17
17
|
"static/chunks/546-447e243fc9de2c59.js",
|
|
18
|
-
"static/css/
|
|
19
|
-
"static/chunks/317-
|
|
18
|
+
"static/css/e8de67ad5ea35427.css",
|
|
19
|
+
"static/chunks/317-5e5334962dd7c681.js",
|
|
20
20
|
"static/css/751e8a14776d05d8.css",
|
|
21
21
|
"static/chunks/pages/index-b1ffeaddd9fb64b5.js"
|
|
22
22
|
],
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"static/chunks/framework-4556c45dd113b893.js",
|
|
26
26
|
"static/chunks/main-a75cf611e061d8f8.js",
|
|
27
27
|
"static/chunks/546-447e243fc9de2c59.js",
|
|
28
|
-
"static/css/
|
|
29
|
-
"static/chunks/317-
|
|
28
|
+
"static/css/e8de67ad5ea35427.css",
|
|
29
|
+
"static/chunks/317-5e5334962dd7c681.js",
|
|
30
30
|
"static/chunks/pages/404-7082923654d5996f.js"
|
|
31
31
|
],
|
|
32
32
|
"/_app": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"static/chunks/framework-4556c45dd113b893.js",
|
|
35
35
|
"static/chunks/main-a75cf611e061d8f8.js",
|
|
36
36
|
"static/css/ad2a08918868cad8.css",
|
|
37
|
-
"static/chunks/pages/_app-
|
|
37
|
+
"static/chunks/pages/_app-183f598b1d4d480b.js"
|
|
38
38
|
],
|
|
39
39
|
"/_error": [
|
|
40
40
|
"static/chunks/webpack-5752944655d749a0.js",
|