@scrabble-solver/scrabble-solver 2.13.5-alpha.3 → 2.13.5-alpha.5
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 +8 -8
- 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/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/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages/index.html +1 -1
- package/.next/server/pages/index.json +1 -1
- package/.next/static/{LGjFRBOrtUpAl2pQSbIyd → bs0p3L1sUAnW8YWW9zTgS}/_buildManifest.js +1 -1
- package/.next/static/chunks/{framework-05b9d9356fb2aa0b.js → framework-c623a49d0bf89652.js} +4 -4
- package/.next/static/chunks/pages/_app-8788856de4b1b755.js +17 -0
- package/.next/static/chunks/pages/index-caaf20b2488cb10e.js +1 -0
- package/.next/trace +44 -44
- package/package.json +26 -26
- package/.next/static/chunks/pages/_app-e8fe6846224e38b3.js +0 -17
- package/.next/static/chunks/pages/index-28061728d69ff136.js +0 -1
- /package/.next/static/{LGjFRBOrtUpAl2pQSbIyd → bs0p3L1sUAnW8YWW9zTgS}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
bs0p3L1sUAnW8YWW9zTgS
|
|
@@ -5,34 +5,34 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/bs0p3L1sUAnW8YWW9zTgS/_buildManifest.js",
|
|
9
|
+
"static/bs0p3L1sUAnW8YWW9zTgS/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
14
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
15
|
-
"static/chunks/framework-
|
|
15
|
+
"static/chunks/framework-c623a49d0bf89652.js",
|
|
16
16
|
"static/chunks/main-6e708370ad13b1f9.js",
|
|
17
17
|
"static/css/11366b7489cf90ac.css",
|
|
18
|
-
"static/chunks/pages/index-
|
|
18
|
+
"static/chunks/pages/index-caaf20b2488cb10e.js"
|
|
19
19
|
],
|
|
20
20
|
"/404": [
|
|
21
21
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
22
|
-
"static/chunks/framework-
|
|
22
|
+
"static/chunks/framework-c623a49d0bf89652.js",
|
|
23
23
|
"static/chunks/main-6e708370ad13b1f9.js",
|
|
24
24
|
"static/chunks/pages/404-129e0943628b6fab.js"
|
|
25
25
|
],
|
|
26
26
|
"/_app": [
|
|
27
27
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
28
|
-
"static/chunks/framework-
|
|
28
|
+
"static/chunks/framework-c623a49d0bf89652.js",
|
|
29
29
|
"static/chunks/main-6e708370ad13b1f9.js",
|
|
30
30
|
"static/css/f549d7823f599b8d.css",
|
|
31
|
-
"static/chunks/pages/_app-
|
|
31
|
+
"static/chunks/pages/_app-8788856de4b1b755.js"
|
|
32
32
|
],
|
|
33
33
|
"/_error": [
|
|
34
34
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
35
|
-
"static/chunks/framework-
|
|
35
|
+
"static/chunks/framework-c623a49d0bf89652.js",
|
|
36
36
|
"static/chunks/main-6e708370ad13b1f9.js",
|
|
37
37
|
"static/chunks/pages/_error-6f16571cf9224b25.js"
|
|
38
38
|
]
|