@scrabble-solver/scrabble-solver 2.11.3 → 2.11.4
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 +3 -3
- 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/277.js +8 -36
- package/.next/server/chunks/44.js +2 -30
- 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/_error.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/static/chunks/pages/{_app-21c83ddb81fc09d0.js → _app-66d80a5594aab8dc.js} +2 -2
- package/.next/trace +53 -53
- package/package.json +9 -9
- package/src/i18n/de.json +2 -2
- package/src/i18n/en.json +2 -2
- package/src/i18n/es.json +2 -2
- package/src/i18n/fa.json +1 -1
- package/src/i18n/fr.json +2 -2
- package/src/i18n/pl.json +2 -2
- /package/.next/static/{USLkKOoHbITebIEHkMGX_ → MvHZRF4XuJ7g8LLLRkf8U}/_buildManifest.js +0 -0
- /package/.next/static/{USLkKOoHbITebIEHkMGX_ → MvHZRF4XuJ7g8LLLRkf8U}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scrabble-solver/scrabble-solver",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.4",
|
|
4
4
|
"description": "Scrabble Solver 2 - App",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16"
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"@floating-ui/react": "^0.20.1",
|
|
32
32
|
"@kamilmielnik/trie": "^2.0.1",
|
|
33
33
|
"@reduxjs/toolkit": "^1.9.3",
|
|
34
|
-
"@scrabble-solver/configs": "^2.11.
|
|
35
|
-
"@scrabble-solver/constants": "^2.11.
|
|
36
|
-
"@scrabble-solver/dictionaries": "^2.11.
|
|
37
|
-
"@scrabble-solver/logger": "^2.11.
|
|
38
|
-
"@scrabble-solver/solver": "^2.11.
|
|
39
|
-
"@scrabble-solver/types": "^2.11.
|
|
40
|
-
"@scrabble-solver/word-definitions": "^2.11.
|
|
34
|
+
"@scrabble-solver/configs": "^2.11.4",
|
|
35
|
+
"@scrabble-solver/constants": "^2.11.4",
|
|
36
|
+
"@scrabble-solver/dictionaries": "^2.11.4",
|
|
37
|
+
"@scrabble-solver/logger": "^2.11.4",
|
|
38
|
+
"@scrabble-solver/solver": "^2.11.4",
|
|
39
|
+
"@scrabble-solver/types": "^2.11.4",
|
|
40
|
+
"@scrabble-solver/word-definitions": "^2.11.4",
|
|
41
41
|
"classnames": "^2.3.2",
|
|
42
42
|
"include-media": "^2.0.0",
|
|
43
43
|
"include-media-query-builder": "^1.1.0",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"sass": "^1.59.2",
|
|
73
73
|
"workbox-webpack-plugin": "^6.5.4"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "41fd187eab48d417aafc30f8a1d407178323c415"
|
|
76
76
|
}
|
package/src/i18n/de.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dictionary.empty-state.no-definitions": "Wort existiert im Wörterbuch aber hat keine Definition.",
|
|
22
22
|
"dictionary.empty-state.no-results": "Wort kann nicht im Wörterbuch gefunden werden.",
|
|
23
23
|
"dictionary.empty-state.not-allowed": "Dieses Wort ist nicht erlaubt.",
|
|
24
|
-
"dictionary.empty-state.uninitialized": "Die
|
|
24
|
+
"dictionary.empty-state.uninitialized": "Die Wörterbuchdéfinition wird hier angezeigt.",
|
|
25
25
|
"dictionary.input.placeholder": "Durchsuche Wörterbuch...",
|
|
26
26
|
"dictionary.input.title": "Durch Kommas getrennte Wörter",
|
|
27
27
|
"empty-state.error": "Fehler",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"remaining-tiles": "Restliche Steine",
|
|
47
47
|
"results": "Ergebnisse",
|
|
48
48
|
"results.empty-state.no-results": "Keine Ergebnisse - kein Wort konnte generiert werden.",
|
|
49
|
-
"results.empty-state.outdated": "Ergebnisse sind alt.
|
|
49
|
+
"results.empty-state.outdated": "Ergebnisse sind alt.",
|
|
50
50
|
"results.empty-state.uninitialized": "Wörter die aus deinen Buchstaben generiert wurden erscheinen hier.",
|
|
51
51
|
"results.input.placeholder": "Suchergebnisse... (RegExp)",
|
|
52
52
|
"results.insert": "Hinzufügen",
|
package/src/i18n/en.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dictionary.empty-state.no-definitions": "Word exists in the dictionary but it does not have a definition.",
|
|
22
22
|
"dictionary.empty-state.no-results": "Unable to find word definition in the dictionary.",
|
|
23
23
|
"dictionary.empty-state.not-allowed": "This word is not allowed.",
|
|
24
|
-
"dictionary.empty-state.uninitialized": "
|
|
24
|
+
"dictionary.empty-state.uninitialized": "Word definition will be shown here.",
|
|
25
25
|
"dictionary.input.placeholder": "Search dictionary...",
|
|
26
26
|
"dictionary.input.title": "Comma-separated words",
|
|
27
27
|
"empty-state.error": "Error",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"remaining-tiles": "Remaining tiles",
|
|
47
47
|
"results": "Results",
|
|
48
48
|
"results.empty-state.no-results": "No results - unable to generate any words.",
|
|
49
|
-
"results.empty-state.outdated": "Results are outdated.
|
|
49
|
+
"results.empty-state.outdated": "Results are outdated.",
|
|
50
50
|
"results.empty-state.uninitialized": "Words generated from your letters will be shown here.",
|
|
51
51
|
"results.input.placeholder": "Search results... (RegExp)",
|
|
52
52
|
"results.insert": "Insert",
|
package/src/i18n/es.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dictionary.empty-state.no-definitions": "La palabra existe en el diccionario pero no tiene una definición.",
|
|
22
22
|
"dictionary.empty-state.no-results": "No se puede encontrar la definición de palabra en el diccionario.",
|
|
23
23
|
"dictionary.empty-state.not-allowed": "Esta palabra no es aceptable.",
|
|
24
|
-
"dictionary.empty-state.uninitialized": "Aquí se mostrará la definición del diccionario
|
|
24
|
+
"dictionary.empty-state.uninitialized": "Aquí se mostrará la definición del diccionario.",
|
|
25
25
|
"dictionary.input.placeholder": "Busca el diccionario...",
|
|
26
26
|
"dictionary.input.title": "Palabras separadas por comas",
|
|
27
27
|
"empty-state.error": "Error",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"remaining-tiles": "Casillas restantes",
|
|
47
47
|
"results": "Resultados",
|
|
48
48
|
"results.empty-state.no-results": "No hay resultados; no se pueden generar palabras",
|
|
49
|
-
"results.empty-state.outdated": "Los resultados están desactualizados.
|
|
49
|
+
"results.empty-state.outdated": "Los resultados están desactualizados.",
|
|
50
50
|
"results.empty-state.uninitialized": "Aquí se mostrarán las palabras generadas a partir de sus letras.",
|
|
51
51
|
"results.input.placeholder": "Busque una solución... (RegExp)",
|
|
52
52
|
"results.insert": "Insertar",
|
package/src/i18n/fa.json
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"remaining-tiles": "کاشی های باقی مانده",
|
|
47
47
|
"results": "نتایج",
|
|
48
48
|
"results.empty-state.no-results": "کلمه قابل استفاده پیدا نشد.",
|
|
49
|
-
"results.empty-state.outdated": "نتایج به روز نیستند، برای
|
|
49
|
+
"results.empty-state.outdated": "نتایج به روز نیستند، برای بروز.",
|
|
50
50
|
"results.empty-state.uninitialized": "کلمات تولید شده از حروف شما اینجا نمایش داده خواهد شد.",
|
|
51
51
|
"results.input.placeholder": "جستجو در نتایج (RegExp)",
|
|
52
52
|
"results.insert": "وارد کردن",
|
package/src/i18n/fr.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dictionary.empty-state.no-definitions": "Le mot existe dans le dictionary mais n'a pas de définition.",
|
|
22
22
|
"dictionary.empty-state.no-results": "Impossible de trouver une définition pour ce mot dans le dictionaire.",
|
|
23
23
|
"dictionary.empty-state.not-allowed": "Ce mot n'est pas pas acceptable.",
|
|
24
|
-
"dictionary.empty-state.uninitialized": "La définition dictionaire
|
|
24
|
+
"dictionary.empty-state.uninitialized": "La définition dictionaire sera affichée ici.",
|
|
25
25
|
"dictionary.input.placeholder": "Rechercher dans le dictionnaire...",
|
|
26
26
|
"dictionary.input.title": "Mots séparées par des virgules",
|
|
27
27
|
"empty-state.error": "Erreur",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"remaining-tiles": "Cases restantes",
|
|
47
47
|
"results": "Résultats",
|
|
48
48
|
"results.empty-state.no-results": "Pas de résultats - impossible de générer des mots.",
|
|
49
|
-
"results.empty-state.outdated": "Les résultats sont dépassé.
|
|
49
|
+
"results.empty-state.outdated": "Les résultats sont dépassé.",
|
|
50
50
|
"results.empty-state.uninitialized": "Les mots générés à partir de vos lettres seront affichés ici.",
|
|
51
51
|
"results.input.placeholder": "Rechercher les résultats... (RegExp)",
|
|
52
52
|
"results.insert": "Inserer",
|
package/src/i18n/pl.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dictionary.empty-state.no-definitions": "Słowo istnieje w słowniku ale nie posiada definicji.",
|
|
22
22
|
"dictionary.empty-state.no-results": "Nie udało się znaleźć definicji słowa w słowniku.",
|
|
23
23
|
"dictionary.empty-state.not-allowed": "To słowo nie jest dopuszczalne w grach.",
|
|
24
|
-
"dictionary.empty-state.uninitialized": "Tu zostanie wyświetlona
|
|
24
|
+
"dictionary.empty-state.uninitialized": "Tu zostanie wyświetlona definicja słowa.",
|
|
25
25
|
"dictionary.input.placeholder": "Szukaj w słowniku...",
|
|
26
26
|
"dictionary.input.title": "Słowa rozdzielone przecinkiem",
|
|
27
27
|
"empty-state.error": "Błąd",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"remaining-tiles": "Pozostałe płytki",
|
|
47
47
|
"results": "Wyniki",
|
|
48
48
|
"results.empty-state.no-results": "Brak wyników - nie można wygenerować żadnego słowa.",
|
|
49
|
-
"results.empty-state.outdated": "Wyniki są nieaktualne.
|
|
49
|
+
"results.empty-state.outdated": "Wyniki są nieaktualne.",
|
|
50
50
|
"results.empty-state.uninitialized": "Tu zostaną wyświetlone słowa wygenerowane z Twoich liter.",
|
|
51
51
|
"results.input.placeholder": "Szukaj rozwiązania... (RegExp)",
|
|
52
52
|
"results.insert": "Wstaw",
|
|
File without changes
|
|
File without changes
|