@scrabble-solver/scrabble-solver 2.10.9 → 2.10.10
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 +4 -4
- 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/routes-manifest.json +1 -1
- package/.next/server/chunks/131.js +24 -17
- package/.next/server/chunks/176.js +11 -5
- package/.next/server/chunks/50.js +712 -1025
- 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 +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/_document.js.nft.json +1 -1
- package/.next/server/pages/index.html +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/chunks/pages/_app-3272e798504c40d8.js +28 -0
- package/.next/static/css/336e75db2b74b157.css +2 -0
- package/.next/trace +55 -55
- package/package.json +10 -10
- package/src/components/Board/components/Actions/Actions.tsx +6 -0
- package/src/components/Button/Button.module.scss +1 -1
- package/src/components/Modal/Modal.module.scss +3 -1
- package/src/components/Tile/Tile.tsx +2 -2
- package/.next/static/chunks/pages/_app-52cb288dc680bdfe.js +0 -28
- package/.next/static/css/f65b7b2a74f57c1c.css +0 -2
- /package/.next/static/{fZRsz4P0gQ8Wgb9jP8eap → warzWo25tDxo_Eiv9T6f2}/_buildManifest.js +0 -0
- /package/.next/static/{fZRsz4P0gQ8Wgb9jP8eap → warzWo25tDxo_Eiv9T6f2}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
warzWo25tDxo_Eiv9T6f2
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/warzWo25tDxo_Eiv9T6f2/_buildManifest.js",
|
|
9
|
+
"static/warzWo25tDxo_Eiv9T6f2/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
28
28
|
"static/chunks/framework-2c79e2a64abdb08b.js",
|
|
29
29
|
"static/chunks/main-74c4d6b2b5c362f3.js",
|
|
30
|
-
"static/css/
|
|
31
|
-
"static/chunks/pages/_app-
|
|
30
|
+
"static/css/336e75db2b74b157.css",
|
|
31
|
+
"static/chunks/pages/_app-3272e798504c40d8.js"
|
|
32
32
|
],
|
|
33
33
|
"/_error": [
|
|
34
34
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|