@scrabble-solver/scrabble-solver 2.15.5 → 2.15.6
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 +9 -9
- package/.next/cache/.rscinfo +1 -1
- 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/client-production/index.pack.old +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/edge-server-production/index.pack.old +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/.next/diagnostics/framework.json +1 -1
- package/.next/next-minimal-server.js.nft.json +1 -1
- 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/{964.js → 292.js} +1 -1
- package/.next/server/chunks/331.js +2 -2
- package/.next/server/chunks/577.js +1 -1
- package/.next/server/chunks/807.js +1 -0
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages/_app.js +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/_document.js +1 -1
- package/.next/server/pages/_error.js +1 -1
- package/.next/server/pages/_error.js.nft.json +1 -1
- package/.next/server/pages/api/dictionary/[locale]/[word].js +2 -2
- 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/api/visit.js +1 -1
- package/.next/server/pages/index.html +1 -1
- package/.next/server/pages/index.js +1 -1
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/index.json +1 -1
- package/.next/static/chunks/main-8d63777bf8b90ccb.js +1 -0
- package/.next/static/chunks/pages/_app-79ef8056607a21da.js +1 -0
- package/.next/static/chunks/pages/{index-817f862d5980cebe.js → index-5866a12bfb8f00c4.js} +1 -1
- package/.next/static/css/bc158181051cf066.css +2 -0
- package/.next/static/{_5S9YxXzM3OLRGGJe0qQv → uekKIGQQUe4pM47TO6mBn}/_buildManifest.js +1 -1
- package/.next/trace +23 -23
- package/package.json +17 -17
- package/src/components/Dictionary/Dictionary.module.scss +9 -1
- package/src/components/Dictionary/Dictionary.tsx +3 -0
- package/src/hooks/useAppLayout.ts +3 -0
- package/.next/server/chunks/67.js +0 -1
- package/.next/static/chunks/main-6e8e32bd2f4e331c.js +0 -1
- package/.next/static/chunks/pages/_app-c960503f8645e1de.js +0 -1
- package/.next/static/css/a7aa574f03b29f75.css +0 -2
- /package/.next/static/{_5S9YxXzM3OLRGGJe0qQv → uekKIGQQUe4pM47TO6mBn}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
uekKIGQQUe4pM47TO6mBn
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/uekKIGQQUe4pM47TO6mBn/_buildManifest.js",
|
|
9
|
+
"static/uekKIGQQUe4pM47TO6mBn/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"rootMainFilesTree": {},
|
|
@@ -14,27 +14,27 @@
|
|
|
14
14
|
"/": [
|
|
15
15
|
"static/chunks/webpack-a2ab570fe85c6bb6.js",
|
|
16
16
|
"static/chunks/framework-f09231abc7b3626e.js",
|
|
17
|
-
"static/chunks/main-
|
|
17
|
+
"static/chunks/main-8d63777bf8b90ccb.js",
|
|
18
18
|
"static/css/6682db14f926d4c7.css",
|
|
19
|
-
"static/chunks/pages/index-
|
|
19
|
+
"static/chunks/pages/index-5866a12bfb8f00c4.js"
|
|
20
20
|
],
|
|
21
21
|
"/404": [
|
|
22
22
|
"static/chunks/webpack-a2ab570fe85c6bb6.js",
|
|
23
23
|
"static/chunks/framework-f09231abc7b3626e.js",
|
|
24
|
-
"static/chunks/main-
|
|
24
|
+
"static/chunks/main-8d63777bf8b90ccb.js",
|
|
25
25
|
"static/chunks/pages/404-f6889310c253b0bd.js"
|
|
26
26
|
],
|
|
27
27
|
"/_app": [
|
|
28
28
|
"static/chunks/webpack-a2ab570fe85c6bb6.js",
|
|
29
29
|
"static/chunks/framework-f09231abc7b3626e.js",
|
|
30
|
-
"static/chunks/main-
|
|
31
|
-
"static/css/
|
|
32
|
-
"static/chunks/pages/_app-
|
|
30
|
+
"static/chunks/main-8d63777bf8b90ccb.js",
|
|
31
|
+
"static/css/bc158181051cf066.css",
|
|
32
|
+
"static/chunks/pages/_app-79ef8056607a21da.js"
|
|
33
33
|
],
|
|
34
34
|
"/_error": [
|
|
35
35
|
"static/chunks/webpack-a2ab570fe85c6bb6.js",
|
|
36
36
|
"static/chunks/framework-f09231abc7b3626e.js",
|
|
37
|
-
"static/chunks/main-
|
|
37
|
+
"static/chunks/main-8d63777bf8b90ccb.js",
|
|
38
38
|
"static/chunks/pages/_error-3e47b8dbcedf0fd0.js"
|
|
39
39
|
]
|
|
40
40
|
},
|
package/.next/cache/.rscinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"encryption.key":"
|
|
1
|
+
{"encryption.key":"TjjpPZK8M/kC5Kdt8wIO7XaskSbnZEITCZJ0/NY8zuY=","encryption.expire_at":1731785949877}
|