@scrabble-solver/scrabble-solver 2.8.11 → 2.9.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.
Files changed (71) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/InjectManifest.js.nft.json +1 -0
  3. package/.next/build-manifest.json +6 -6
  4. package/.next/cache/.tsbuildinfo +1 -1
  5. package/.next/cache/eslint/.cache_8dgz12 +1 -1
  6. package/.next/cache/next-server.js.nft.json +1 -1
  7. package/.next/cache/webpack/client-production/0.pack +0 -0
  8. package/.next/cache/webpack/client-production/index.pack +0 -0
  9. package/.next/cache/webpack/edge-server-production/0.pack +0 -0
  10. package/.next/cache/webpack/edge-server-production/index.pack +0 -0
  11. package/.next/cache/webpack/server-production/0.pack +0 -0
  12. package/.next/cache/webpack/server-production/index.pack +0 -0
  13. package/.next/next-server.js.nft.json +1 -1
  14. package/.next/prerender-manifest.json +1 -1
  15. package/.next/routes-manifest.json +1 -1
  16. package/.next/server/InjectManifest.js.nft.json +1 -0
  17. package/.next/server/chunks/413.js +36 -13
  18. package/.next/server/chunks/452.js +894 -0
  19. package/.next/server/chunks/515.js +4 -1
  20. package/.next/server/chunks/911.js +0 -887
  21. package/.next/server/middleware-build-manifest.js +1 -1
  22. package/.next/server/pages/404.html +3 -3
  23. package/.next/server/pages/404.js.nft.json +1 -1
  24. package/.next/server/pages/500.html +2 -2
  25. package/.next/server/pages/_app.js.nft.json +1 -1
  26. package/.next/server/pages/_error.js.nft.json +1 -1
  27. package/.next/server/pages/api/dictionary/[locale]/[word].js +1 -1
  28. package/.next/server/pages/api/dictionary/[locale]/[word].js.nft.json +1 -1
  29. package/.next/server/pages/api/dictionary/[locale].js +200 -0
  30. package/.next/server/pages/api/dictionary/[locale].js.nft.json +1 -0
  31. package/.next/server/pages/api/solve.js +7 -1
  32. package/.next/server/pages/api/solve.js.nft.json +1 -1
  33. package/.next/server/pages/api/verify.js +1 -1
  34. package/.next/server/pages/api/verify.js.nft.json +1 -1
  35. package/.next/server/pages/index.html +7 -7
  36. package/.next/server/pages/index.js +74 -29
  37. package/.next/server/pages/index.js.nft.json +1 -1
  38. package/.next/server/pages/index.json +1 -1
  39. package/.next/server/pages-manifest.json +1 -0
  40. package/.next/static/{VJkrGviICslA_8zNVJ-g- → BiJ0RS1mh1CdONVQg_p20}/_buildManifest.js +1 -1
  41. package/.next/static/{VJkrGviICslA_8zNVJ-g- → BiJ0RS1mh1CdONVQg_p20}/_ssgManifest.js +0 -0
  42. package/.next/static/chunks/317-c5d262202c17d519.js +1 -0
  43. package/.next/static/chunks/pages/_app-1878e12521f2d115.js +1 -0
  44. package/.next/static/chunks/pages/index-14d33636a0746c22.js +1 -0
  45. package/.next/trace +52 -42
  46. package/next.config.js +11 -0
  47. package/package.json +17 -11
  48. package/src/components/SvgFontCss/SvgFontCss.tsx +2 -1
  49. package/src/pages/api/dictionary/[locale]/index.ts +53 -0
  50. package/src/pages/api/solve.ts +6 -0
  51. package/src/pages/index.tsx +8 -1
  52. package/src/sdk/fetch.ts +30 -0
  53. package/src/sdk/fetchJson.ts +10 -31
  54. package/src/sdk/getDictionary.ts +11 -0
  55. package/src/service-worker/dictionaries/constants.ts +3 -0
  56. package/src/service-worker/dictionaries/expirationManager.ts +9 -0
  57. package/src/service-worker/dictionaries/getDictionary.ts +22 -0
  58. package/src/service-worker/dictionaries/getDictionaryUrl.ts +7 -0
  59. package/src/service-worker/dictionaries/index.ts +2 -0
  60. package/src/service-worker/dictionaries/revalidateDictionary.ts +35 -0
  61. package/src/service-worker/getTrie.ts +26 -0
  62. package/src/service-worker/index.ts +22 -0
  63. package/src/service-worker/routeSolveRequests.ts +37 -0
  64. package/src/service-worker/routeVerifyRequests.ts +35 -0
  65. package/src/serviceWorkerManager.ts +26 -0
  66. package/src/state/sagas.ts +1 -0
  67. package/src/state/slices/settingsInitialState.ts +20 -1
  68. package/tsconfig.json +1 -0
  69. package/.next/static/chunks/317-8e8909dd2f587b64.js +0 -1
  70. package/.next/static/chunks/pages/_app-57c77cad0f197d93.js +0 -1
  71. package/.next/static/chunks/pages/index-d3360e075ca3c222.js +0 -1
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- VJkrGviICslA_8zNVJ-g-
1
+ BiJ0RS1mh1CdONVQg_p20
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../public/service-worker.js","../public/service-worker.js.map","../package.json"]}
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/VJkrGviICslA_8zNVJ-g-/_buildManifest.js",
9
- "static/VJkrGviICslA_8zNVJ-g-/_ssgManifest.js"
8
+ "static/BiJ0RS1mh1CdONVQg_p20/_buildManifest.js",
9
+ "static/BiJ0RS1mh1CdONVQg_p20/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [],
12
12
  "pages": {
@@ -16,9 +16,9 @@
16
16
  "static/chunks/main-a75cf611e061d8f8.js",
17
17
  "static/chunks/546-447e243fc9de2c59.js",
18
18
  "static/css/9ac903004135f4b1.css",
19
- "static/chunks/317-8e8909dd2f587b64.js",
19
+ "static/chunks/317-c5d262202c17d519.js",
20
20
  "static/css/751e8a14776d05d8.css",
21
- "static/chunks/pages/index-d3360e075ca3c222.js"
21
+ "static/chunks/pages/index-14d33636a0746c22.js"
22
22
  ],
23
23
  "/404": [
24
24
  "static/chunks/webpack-5752944655d749a0.js",
@@ -26,7 +26,7 @@
26
26
  "static/chunks/main-a75cf611e061d8f8.js",
27
27
  "static/chunks/546-447e243fc9de2c59.js",
28
28
  "static/css/9ac903004135f4b1.css",
29
- "static/chunks/317-8e8909dd2f587b64.js",
29
+ "static/chunks/317-c5d262202c17d519.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-57c77cad0f197d93.js"
37
+ "static/chunks/pages/_app-1878e12521f2d115.js"
38
38
  ],
39
39
  "/_error": [
40
40
  "static/chunks/webpack-5752944655d749a0.js",