@scrabble-solver/scrabble-solver 2.14.0 → 2.15.0
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/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/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/chunks/911.js +1 -1
- package/.next/server/chunks/977.js +1 -1
- 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.nft.json +1 -1
- package/.next/server/pages/api/dictionary/[locale]/[word].js +2 -2
- 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/server/pages-manifest.json +1 -1
- package/.next/static/{TxfjxrH5h31sPQxPhrJzG → C0yfLTukP3L3iDqdXbbBv}/_buildManifest.js +1 -1
- package/.next/static/chunks/pages/_app-e73bbdbc75537614.js +17 -0
- package/.next/static/chunks/pages/{index-86d9ad372c48c8b7.js → index-4143525ec0fa83bb.js} +1 -1
- package/.next/static/css/{14625ff7b4d265d0.css → ac3349339fcf58f2.css} +1 -1
- package/.next/trace +45 -45
- package/package.json +9 -9
- package/src/components/Board/Board.tsx +3 -3
- package/src/components/Radio/Radio.module.scss +3 -2
- package/src/i18n/constants.ts +12 -1
- package/src/i18n/i18n.ts +2 -0
- package/src/i18n/languages/turkish.json +78 -0
- package/src/icons/FlagTr.svg +4 -0
- package/src/icons/index.ts +1 -0
- package/src/pages/_app.tsx +11 -2
- package/.next/static/chunks/pages/_app-2912876c7b6e698e.js +0 -17
- /package/.next/static/{TxfjxrH5h31sPQxPhrJzG → C0yfLTukP3L3iDqdXbbBv}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
C0yfLTukP3L3iDqdXbbBv
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/C0yfLTukP3L3iDqdXbbBv/_buildManifest.js",
|
|
9
|
+
"static/C0yfLTukP3L3iDqdXbbBv/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"static/chunks/framework-c623a49d0bf89652.js",
|
|
16
16
|
"static/chunks/main-8b0b4e610892a916.js",
|
|
17
17
|
"static/css/6682db14f926d4c7.css",
|
|
18
|
-
"static/chunks/pages/index-
|
|
18
|
+
"static/chunks/pages/index-4143525ec0fa83bb.js"
|
|
19
19
|
],
|
|
20
20
|
"/404": [
|
|
21
21
|
"static/chunks/webpack-c4acd79e87956a0e.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"static/chunks/webpack-c4acd79e87956a0e.js",
|
|
28
28
|
"static/chunks/framework-c623a49d0bf89652.js",
|
|
29
29
|
"static/chunks/main-8b0b4e610892a916.js",
|
|
30
|
-
"static/css/
|
|
31
|
-
"static/chunks/pages/_app-
|
|
30
|
+
"static/css/ac3349339fcf58f2.css",
|
|
31
|
+
"static/chunks/pages/_app-e73bbdbc75537614.js"
|
|
32
32
|
],
|
|
33
33
|
"/_error": [
|
|
34
34
|
"static/chunks/webpack-c4acd79e87956a0e.js",
|