@scrabble-solver/scrabble-solver 2.13.5-alpha.2 → 2.13.5-alpha.3
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 -0
- package/.next/build-manifest.json +24 -15
- 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/export-marker.json +1 -0
- package/.next/images-manifest.json +1 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/prerender-manifest.js +1 -0
- package/.next/prerender-manifest.json +1 -0
- package/.next/required-server-files.json +1 -0
- package/.next/routes-manifest.json +1 -0
- package/.next/server/InjectManifest.js.nft.json +1 -0
- package/.next/server/chunks/331.js +6 -0
- package/.next/server/chunks/577.js +1 -0
- package/.next/server/chunks/807.js +1 -0
- package/.next/server/chunks/911.js +1 -0
- package/.next/server/chunks/977.js +1 -0
- package/.next/server/chunks/font-manifest.json +1 -0
- package/.next/server/font-manifest.json +1 -0
- package/.next/server/functions-config-manifest.json +1 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-manifest.json +2 -2
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/next-font-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/404.js.nft.json +1 -0
- package/.next/server/pages/500.html +1 -0
- package/.next/server/pages/_app.js +1 -3720
- package/.next/server/pages/_app.js.nft.json +1 -0
- package/.next/server/pages/_document.js +1 -86
- package/.next/server/pages/_document.js.nft.json +1 -0
- package/.next/server/pages/_error.js +1 -3742
- package/.next/server/pages/_error.js.nft.json +1 -0
- package/.next/server/pages/api/dictionary/[locale]/[word].js +2 -1116
- package/.next/server/pages/api/dictionary/[locale]/[word].js.nft.json +1 -0
- package/.next/server/pages/api/dictionary/[locale].js +1 -0
- package/.next/server/pages/api/dictionary/[locale].js.nft.json +1 -0
- package/.next/server/pages/api/solve.js +1 -1496
- package/.next/server/pages/api/solve.js.nft.json +1 -0
- package/.next/server/pages/api/verify.js +1 -946
- package/.next/server/pages/api/verify.js.nft.json +1 -0
- package/.next/server/pages/api/visit.js +1 -176
- package/.next/server/pages/api/visit.js.nft.json +1 -0
- package/.next/server/pages/index.html +1 -0
- package/.next/server/pages/index.js +1 -4312
- package/.next/server/pages/index.js.nft.json +1 -0
- package/.next/server/pages/index.json +1 -0
- package/.next/server/pages-manifest.json +1 -10
- package/.next/server/webpack-api-runtime.js +1 -168
- package/.next/server/webpack-runtime.js +1 -237
- package/.next/static/LGjFRBOrtUpAl2pQSbIyd/_buildManifest.js +1 -0
- package/.next/static/LGjFRBOrtUpAl2pQSbIyd/_ssgManifest.js +1 -0
- package/.next/static/chunks/framework-05b9d9356fb2aa0b.js +49 -0
- package/.next/static/chunks/main-6e708370ad13b1f9.js +1 -0
- package/.next/static/chunks/pages/404-129e0943628b6fab.js +1 -0
- package/.next/static/chunks/pages/_app-e8fe6846224e38b3.js +17 -0
- package/.next/static/chunks/pages/_error-6f16571cf9224b25.js +1 -0
- package/.next/static/chunks/pages/index-28061728d69ff136.js +1 -0
- package/.next/static/chunks/polyfills-78c92fac7aa8fdd8.js +1 -0
- package/.next/static/chunks/webpack-6ef43a8d4a395f49.js +1 -0
- package/.next/static/css/11366b7489cf90ac.css +1 -0
- package/.next/static/css/f549d7823f599b8d.css +2 -0
- package/.next/trace +44 -17
- package/package.json +9 -9
- package/.next/cache/webpack/client-development/0.pack.gz +0 -0
- package/.next/cache/webpack/client-development/1.pack.gz +0 -0
- package/.next/cache/webpack/client-development/10.pack.gz +0 -0
- package/.next/cache/webpack/client-development/11.pack.gz +0 -0
- package/.next/cache/webpack/client-development/12.pack.gz +0 -0
- package/.next/cache/webpack/client-development/13.pack.gz +0 -0
- package/.next/cache/webpack/client-development/14.pack.gz +0 -0
- package/.next/cache/webpack/client-development/15.pack.gz +0 -0
- package/.next/cache/webpack/client-development/2.pack.gz +0 -0
- package/.next/cache/webpack/client-development/3.pack.gz +0 -0
- package/.next/cache/webpack/client-development/4.pack.gz +0 -0
- package/.next/cache/webpack/client-development/5.pack.gz +0 -0
- package/.next/cache/webpack/client-development/6.pack.gz +0 -0
- package/.next/cache/webpack/client-development/7.pack.gz +0 -0
- package/.next/cache/webpack/client-development/8.pack.gz +0 -0
- package/.next/cache/webpack/client-development/9.pack.gz +0 -0
- package/.next/cache/webpack/client-development/index.pack.gz +0 -0
- package/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
- package/.next/cache/webpack/client-development-fallback/0.pack.gz +0 -0
- package/.next/cache/webpack/client-development-fallback/index.pack.gz +0 -0
- package/.next/cache/webpack/client-production/1.pack +0 -0
- package/.next/cache/webpack/client-production/2.pack +0 -0
- package/.next/cache/webpack/client-production/3.pack +0 -0
- package/.next/cache/webpack/client-production/4.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/.next/cache/webpack/edge-server-production/1.pack +0 -0
- package/.next/cache/webpack/edge-server-production/2.pack +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack.old +0 -0
- package/.next/cache/webpack/server-development/0.pack.gz +0 -0
- package/.next/cache/webpack/server-development/1.pack.gz +0 -0
- package/.next/cache/webpack/server-development/10.pack.gz +0 -0
- package/.next/cache/webpack/server-development/11.pack.gz +0 -0
- package/.next/cache/webpack/server-development/12.pack.gz +0 -0
- package/.next/cache/webpack/server-development/13.pack.gz +0 -0
- package/.next/cache/webpack/server-development/14.pack.gz +0 -0
- package/.next/cache/webpack/server-development/15.pack.gz +0 -0
- package/.next/cache/webpack/server-development/16.pack.gz +0 -0
- package/.next/cache/webpack/server-development/17.pack.gz +0 -0
- package/.next/cache/webpack/server-development/18.pack.gz +0 -0
- package/.next/cache/webpack/server-development/19.pack.gz +0 -0
- package/.next/cache/webpack/server-development/2.pack.gz +0 -0
- package/.next/cache/webpack/server-development/20.pack.gz +0 -0
- package/.next/cache/webpack/server-development/21.pack.gz +0 -0
- package/.next/cache/webpack/server-development/22.pack.gz +0 -0
- package/.next/cache/webpack/server-development/23.pack.gz +0 -0
- package/.next/cache/webpack/server-development/3.pack.gz +0 -0
- package/.next/cache/webpack/server-development/4.pack.gz +0 -0
- package/.next/cache/webpack/server-development/5.pack.gz +0 -0
- package/.next/cache/webpack/server-development/6.pack.gz +0 -0
- package/.next/cache/webpack/server-development/7.pack.gz +0 -0
- package/.next/cache/webpack/server-development/8.pack.gz +0 -0
- package/.next/cache/webpack/server-development/9.pack.gz +0 -0
- package/.next/cache/webpack/server-development/index.pack.gz +0 -0
- package/.next/cache/webpack/server-development/index.pack.gz.old +0 -0
- package/.next/cache/webpack/server-production/1.pack +0 -0
- package/.next/cache/webpack/server-production/2.pack +0 -0
- package/.next/cache/webpack/server-production/3.pack +0 -0
- package/.next/cache/webpack/server-production/4.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/.next/server/vendor-chunks/@swc.js +0 -35
- package/.next/server/vendor-chunks/next.js +0 -517
- package/.next/static/chunks/main.js +0 -1285
- package/.next/static/chunks/pages/_app.js +0 -4854
- package/.next/static/chunks/pages/_error.js +0 -28
- package/.next/static/chunks/pages/index.js +0 -717
- package/.next/static/chunks/polyfills.js +0 -1
- package/.next/static/chunks/react-refresh.js +0 -62
- package/.next/static/chunks/webpack.js +0 -1261
- package/.next/static/development/_buildManifest.js +0 -1
- package/.next/static/development/_ssgManifest.js +0 -1
- package/.next/static/webpack/29a2bd94727d51e6.webpack.hot-update.json +0 -1
- package/.next/static/webpack/3754455b7d774808.webpack.hot-update.json +0 -1
- package/.next/static/webpack/633457081244afec._.hot-update.json +0 -1
- package/.next/static/webpack/b71388f846dd4d8b.webpack.hot-update.json +0 -1
- package/.next/static/webpack/e7718e8f7cbe05a0.webpack.hot-update.json +0 -1
- package/.next/static/webpack/pages/_app.29a2bd94727d51e6.hot-update.js +0 -22
- package/.next/static/webpack/pages/_app.3754455b7d774808.hot-update.js +0 -262
- package/.next/static/webpack/pages/_app.e7718e8f7cbe05a0.hot-update.js +0 -251
- package/.next/static/webpack/pages/index.3754455b7d774808.hot-update.js +0 -75
- package/.next/static/webpack/pages/index.b71388f846dd4d8b.hot-update.js +0 -22
- package/.next/static/webpack/pages/index.e7718e8f7cbe05a0.hot-update.js +0 -32
- package/.next/static/webpack/webpack.29a2bd94727d51e6.hot-update.js +0 -18
- package/.next/static/webpack/webpack.3754455b7d774808.hot-update.js +0 -18
- package/.next/static/webpack/webpack.b71388f846dd4d8b.hot-update.js +0 -18
- package/.next/static/webpack/webpack.e7718e8f7cbe05a0.hot-update.js +0 -18
package/.next/BUILD_ID
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
LGjFRBOrtUpAl2pQSbIyd
|
|
@@ -1,31 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"polyfillFiles": [
|
|
3
|
-
"static/chunks/polyfills.js"
|
|
4
|
-
],
|
|
5
|
-
"devFiles": [
|
|
6
|
-
"static/chunks/react-refresh.js"
|
|
3
|
+
"static/chunks/polyfills-78c92fac7aa8fdd8.js"
|
|
7
4
|
],
|
|
5
|
+
"devFiles": [],
|
|
8
6
|
"ampDevFiles": [],
|
|
9
7
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
8
|
+
"static/LGjFRBOrtUpAl2pQSbIyd/_buildManifest.js",
|
|
9
|
+
"static/LGjFRBOrtUpAl2pQSbIyd/_ssgManifest.js"
|
|
12
10
|
],
|
|
13
11
|
"rootMainFiles": [],
|
|
14
12
|
"pages": {
|
|
15
13
|
"/": [
|
|
16
|
-
"static/chunks/webpack.js",
|
|
17
|
-
"static/chunks/
|
|
18
|
-
"static/chunks/
|
|
14
|
+
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
15
|
+
"static/chunks/framework-05b9d9356fb2aa0b.js",
|
|
16
|
+
"static/chunks/main-6e708370ad13b1f9.js",
|
|
17
|
+
"static/css/11366b7489cf90ac.css",
|
|
18
|
+
"static/chunks/pages/index-28061728d69ff136.js"
|
|
19
|
+
],
|
|
20
|
+
"/404": [
|
|
21
|
+
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
22
|
+
"static/chunks/framework-05b9d9356fb2aa0b.js",
|
|
23
|
+
"static/chunks/main-6e708370ad13b1f9.js",
|
|
24
|
+
"static/chunks/pages/404-129e0943628b6fab.js"
|
|
19
25
|
],
|
|
20
26
|
"/_app": [
|
|
21
|
-
"static/chunks/webpack.js",
|
|
22
|
-
"static/chunks/
|
|
23
|
-
"static/chunks/
|
|
27
|
+
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
28
|
+
"static/chunks/framework-05b9d9356fb2aa0b.js",
|
|
29
|
+
"static/chunks/main-6e708370ad13b1f9.js",
|
|
30
|
+
"static/css/f549d7823f599b8d.css",
|
|
31
|
+
"static/chunks/pages/_app-e8fe6846224e38b3.js"
|
|
24
32
|
],
|
|
25
33
|
"/_error": [
|
|
26
|
-
"static/chunks/webpack.js",
|
|
27
|
-
"static/chunks/
|
|
28
|
-
"static/chunks/
|
|
34
|
+
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
35
|
+
"static/chunks/framework-05b9d9356fb2aa0b.js",
|
|
36
|
+
"static/chunks/main-6e708370ad13b1f9.js",
|
|
37
|
+
"static/chunks/pages/_error-6f16571cf9224b25.js"
|
|
29
38
|
]
|
|
30
39
|
},
|
|
31
40
|
"ampFirstPages": []
|