@scrabble-solver/scrabble-solver 2.10.0 → 2.10.2
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 +19 -31
- 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-development/0.pack +0 -0
- package/.next/cache/webpack/client-development/1.pack +0 -0
- package/.next/cache/webpack/client-development/2.pack +0 -0
- package/.next/cache/webpack/client-development/3.pack +0 -0
- package/.next/cache/webpack/client-development/4.pack +0 -0
- package/.next/cache/webpack/client-development/index.pack +0 -0
- package/.next/cache/webpack/client-development/index.pack.old +0 -0
- 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-development/0.pack +0 -0
- package/.next/cache/webpack/server-development/10.pack_ +0 -0
- package/.next/cache/webpack/server-development/5.pack_ +0 -0
- package/.next/cache/webpack/server-development/8.pack_ +0 -0
- package/.next/cache/webpack/server-development/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/images-manifest.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/131.js +1399 -117
- package/.next/server/chunks/{515.js → 176.js} +850 -732
- package/.next/server/chunks/210.js +122 -0
- package/.next/server/chunks/{939.js → 290.js} +4 -3
- package/.next/server/chunks/44.js +33 -33
- package/.next/server/chunks/50.js +5 -9
- package/.next/server/chunks/{413.js → 579.js} +184 -117
- package/.next/server/chunks/664.js +537 -350
- package/.next/server/chunks/859.js +56 -23
- package/.next/server/chunks/865.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-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 +2 -2
- package/.next/server/pages/_app.js +23 -5
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/_document.js +2 -2
- package/.next/server/pages/_error.js +206 -25
- package/.next/server/pages/_error.js.nft.json +1 -1
- package/.next/server/pages/api/dictionary/[locale]/[word].js +11 -11
- package/.next/server/pages/api/dictionary/[locale]/[word].js.nft.json +1 -1
- package/.next/server/pages/api/dictionary/[locale].js +10 -10
- package/.next/server/pages/api/dictionary/[locale].js.nft.json +1 -1
- package/.next/server/pages/api/solve.js +34 -36
- package/.next/server/pages/api/solve.js.nft.json +1 -1
- package/.next/server/pages/api/verify.js +10 -10
- package/.next/server/pages/api/verify.js.nft.json +1 -1
- package/.next/server/pages/api/visit.js +3 -3
- package/.next/server/pages/api/visit.js.nft.json +1 -1
- package/.next/server/pages/index.html +2 -2
- package/.next/server/pages/index.js +44 -128
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/index.json +1 -1
- package/.next/server/pages-manifest.json +4 -4
- package/.next/static/FjrbXpI5fkt4lmko-vL_7/_buildManifest.js +1 -0
- package/.next/static/{vscqn7BEtAxJteWSwNnas → FjrbXpI5fkt4lmko-vL_7}/_ssgManifest.js +0 -0
- package/.next/static/chunks/361-d16f336a9752a55a.js +1 -0
- package/.next/static/chunks/724-eb48df4d1ba3df8b.js +5 -0
- package/.next/static/chunks/amp.js +720 -0
- package/.next/static/chunks/framework-2c79e2a64abdb08b.js +33 -0
- package/.next/static/chunks/main-f11614d8aa7ee555.js +1 -0
- package/.next/static/chunks/main.js +1076 -0
- package/.next/static/chunks/pages/404-24f9617eeb8d6dc1.js +1 -0
- package/.next/static/chunks/pages/_app-959e495f0f221247.js +24 -0
- package/.next/static/chunks/pages/_app.js +2121 -0
- package/.next/static/chunks/pages/_error-8353112a01355ec2.js +1 -0
- package/.next/static/chunks/pages/_error.js +28 -0
- package/.next/static/chunks/pages/index-1e30dafa41bddb80.js +1 -0
- package/.next/static/chunks/pages/index.js +5314 -0
- package/.next/static/chunks/react-refresh.js +62 -0
- package/.next/static/chunks/webpack-59c5c889f52620d6.js +1 -0
- package/.next/static/chunks/webpack.js +1237 -0
- package/.next/static/css/aafd07997120f1e4.css +1 -0
- package/.next/static/css/c8d26240c04079b9.css +1 -0
- package/.next/static/css/eb9d57f7103525ab.css +1 -0
- package/.next/static/development/_buildManifest.js +1 -0
- package/.next/static/development/_ssgManifest.js +1 -0
- package/.next/static/webpack/fb4b50d5e70ee127.webpack.hot-update.json +1 -0
- package/.next/static/webpack/pages/index.fb4b50d5e70ee127.hot-update.js +171 -0
- package/.next/static/webpack/webpack.fb4b50d5e70ee127.hot-update.js +18 -0
- package/.next/trace +52 -52
- package/package.json +21 -21
- package/public/og.png +0 -0
- package/src/components/Board/Board.module.scss +1 -2
- package/src/components/Board/BoardPure.tsx +2 -0
- package/src/components/Board/components/Cell/Cell.module.scss +65 -55
- package/src/components/Board/components/Cell/Cell.tsx +9 -0
- package/src/components/Board/components/Cell/CellPure.tsx +11 -2
- package/src/components/Board/hooks/useGrid.ts +6 -6
- package/src/components/NavButtons/NavButtons.tsx +11 -1
- package/src/components/Rack/Rack.tsx +16 -4
- package/src/components/Rack/RackTile.tsx +10 -1
- package/src/components/RemainingTiles/Character.module.scss +0 -1
- package/src/components/RemainingTiles/Character.tsx +1 -0
- package/src/components/Results/Results.tsx +2 -2
- package/src/components/Settings/components/AutoGroupTilesSetting/AutoGroupTilesSetting.tsx +2 -2
- package/src/components/Settings/components/LocaleSetting/options.ts +9 -1
- package/src/components/Solver/Solver.module.scss +85 -0
- package/src/components/Solver/Solver.tsx +75 -0
- package/src/components/Solver/index.ts +1 -0
- package/src/components/Tile/Tile.module.scss +51 -7
- package/src/components/Tile/Tile.tsx +3 -0
- package/src/components/Tile/TilePure.tsx +8 -1
- package/src/components/index.ts +1 -0
- package/src/hooks/index.ts +1 -0
- package/src/hooks/useIsTouchDevice.ts +7 -0
- package/src/i18n/fr.json +1 -1
- package/src/icons/ExclamationSquareFill.svg +4 -0
- package/src/icons/index.ts +1 -0
- package/src/lib/getRemainingTilesGroups.ts +24 -26
- package/src/pages/index.module.scss +1 -75
- package/src/pages/index.tsx +11 -73
- package/src/parameters/index.ts +2 -0
- package/src/sdk/findWordDefinitions.ts +1 -1
- package/src/service-worker/average.ts +9 -0
- package/src/service-worker/routeSolveRequests.ts +46 -7
- package/src/state/sagas.ts +19 -5
- package/src/state/selectors.ts +30 -2
- package/src/state/slices/boardInitialState.ts +27 -0
- package/src/styles/mixins.scss +6 -1
- package/src/styles/variables.scss +6 -3
- package/.next/InjectManifest.js.nft.json +0 -1
- package/.next/static/chunks/368-d423e70be6c0c473.js +0 -1
- package/.next/static/chunks/546-447e243fc9de2c59.js +0 -1
- package/.next/static/chunks/framework-4556c45dd113b893.js +0 -1
- package/.next/static/chunks/main-a75cf611e061d8f8.js +0 -1
- package/.next/static/chunks/pages/404-932294135c3206dd.js +0 -1
- package/.next/static/chunks/pages/_app-3f5508a5f544d9eb.js +0 -1
- package/.next/static/chunks/pages/_error-a4ba2246ff8fb532.js +0 -1
- package/.next/static/chunks/pages/index-8af7a9d7a2cd98a7.js +0 -1
- package/.next/static/chunks/webpack-5752944655d749a0.js +0 -1
- package/.next/static/css/6b1833fd19d3a74a.css +0 -1
- package/.next/static/css/a6154e4ca046ca13.css +0 -1
- package/.next/static/css/bad53af6f8616677.css +0 -1
- package/.next/static/vscqn7BEtAxJteWSwNnas/_buildManifest.js +0 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
(() => {
|
|
3
2
|
var exports = {};
|
|
4
3
|
exports.id = 888;
|
|
5
4
|
exports.ids = [888];
|
|
6
5
|
exports.modules = {
|
|
7
6
|
|
|
8
|
-
/***/
|
|
7
|
+
/***/ 16505:
|
|
9
8
|
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
10
9
|
|
|
10
|
+
"use strict";
|
|
11
11
|
__webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
|
|
12
12
|
__webpack_require__.r(__webpack_exports__);
|
|
13
13
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -19,7 +19,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
19
19
|
/* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(next_head__WEBPACK_IMPORTED_MODULE_1__);
|
|
20
20
|
/* harmony import */ var react_redux__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6022);
|
|
21
21
|
/* harmony import */ var react_redux__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react_redux__WEBPACK_IMPORTED_MODULE_2__);
|
|
22
|
-
/* harmony import */ var state__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
22
|
+
/* harmony import */ var state__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(64579);
|
|
23
|
+
/* harmony import */ var styles_global_scss__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(77439);
|
|
24
|
+
/* harmony import */ var styles_global_scss__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(styles_global_scss__WEBPACK_IMPORTED_MODULE_4__);
|
|
23
25
|
var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([state__WEBPACK_IMPORTED_MODULE_3__]);
|
|
24
26
|
state__WEBPACK_IMPORTED_MODULE_3__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
|
|
25
27
|
|
|
@@ -48,7 +50,7 @@ const KEYWORDS = [
|
|
|
48
50
|
"FISE-2017",
|
|
49
51
|
"FISE-2",
|
|
50
52
|
"CNRTL",
|
|
51
|
-
"Kamil Mielnik"
|
|
53
|
+
"Kamil Mielnik"
|
|
52
54
|
].join(",");
|
|
53
55
|
const store = (0,state__WEBPACK_IMPORTED_MODULE_3__/* .createAppStore */ .vY)();
|
|
54
56
|
const App = ({ Component , pageProps })=>/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {
|
|
@@ -136,11 +138,19 @@ const App = ({ Component , pageProps })=>/*#__PURE__*/ (0,react_jsx_runtime__WE
|
|
|
136
138
|
__webpack_async_result__();
|
|
137
139
|
} catch(e) { __webpack_async_result__(e); } });
|
|
138
140
|
|
|
141
|
+
/***/ }),
|
|
142
|
+
|
|
143
|
+
/***/ 77439:
|
|
144
|
+
/***/ (() => {
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
139
148
|
/***/ }),
|
|
140
149
|
|
|
141
150
|
/***/ 75184:
|
|
142
151
|
/***/ ((module) => {
|
|
143
152
|
|
|
153
|
+
"use strict";
|
|
144
154
|
module.exports = require("@reduxjs/toolkit");
|
|
145
155
|
|
|
146
156
|
/***/ }),
|
|
@@ -148,6 +158,7 @@ module.exports = require("@reduxjs/toolkit");
|
|
|
148
158
|
/***/ 40968:
|
|
149
159
|
/***/ ((module) => {
|
|
150
160
|
|
|
161
|
+
"use strict";
|
|
151
162
|
module.exports = require("next/head");
|
|
152
163
|
|
|
153
164
|
/***/ }),
|
|
@@ -155,6 +166,7 @@ module.exports = require("next/head");
|
|
|
155
166
|
/***/ 16689:
|
|
156
167
|
/***/ ((module) => {
|
|
157
168
|
|
|
169
|
+
"use strict";
|
|
158
170
|
module.exports = require("react");
|
|
159
171
|
|
|
160
172
|
/***/ }),
|
|
@@ -162,6 +174,7 @@ module.exports = require("react");
|
|
|
162
174
|
/***/ 6022:
|
|
163
175
|
/***/ ((module) => {
|
|
164
176
|
|
|
177
|
+
"use strict";
|
|
165
178
|
module.exports = require("react-redux");
|
|
166
179
|
|
|
167
180
|
/***/ }),
|
|
@@ -169,6 +182,7 @@ module.exports = require("react-redux");
|
|
|
169
182
|
/***/ 20997:
|
|
170
183
|
/***/ ((module) => {
|
|
171
184
|
|
|
185
|
+
"use strict";
|
|
172
186
|
module.exports = require("react/jsx-runtime");
|
|
173
187
|
|
|
174
188
|
/***/ }),
|
|
@@ -176,6 +190,7 @@ module.exports = require("react/jsx-runtime");
|
|
|
176
190
|
/***/ 86695:
|
|
177
191
|
/***/ ((module) => {
|
|
178
192
|
|
|
193
|
+
"use strict";
|
|
179
194
|
module.exports = require("redux");
|
|
180
195
|
|
|
181
196
|
/***/ }),
|
|
@@ -183,6 +198,7 @@ module.exports = require("redux");
|
|
|
183
198
|
/***/ 56477:
|
|
184
199
|
/***/ ((module) => {
|
|
185
200
|
|
|
201
|
+
"use strict";
|
|
186
202
|
module.exports = require("redux-saga/effects");
|
|
187
203
|
|
|
188
204
|
/***/ }),
|
|
@@ -190,6 +206,7 @@ module.exports = require("redux-saga/effects");
|
|
|
190
206
|
/***/ 63453:
|
|
191
207
|
/***/ ((module) => {
|
|
192
208
|
|
|
209
|
+
"use strict";
|
|
193
210
|
module.exports = require("store2");
|
|
194
211
|
|
|
195
212
|
/***/ }),
|
|
@@ -197,6 +214,7 @@ module.exports = require("store2");
|
|
|
197
214
|
/***/ 75998:
|
|
198
215
|
/***/ ((module) => {
|
|
199
216
|
|
|
217
|
+
"use strict";
|
|
200
218
|
module.exports = import("redux-saga");;
|
|
201
219
|
|
|
202
220
|
/***/ })
|
|
@@ -208,7 +226,7 @@ module.exports = import("redux-saga");;
|
|
|
208
226
|
var __webpack_require__ = require("../webpack-runtime.js");
|
|
209
227
|
__webpack_require__.C(exports);
|
|
210
228
|
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
211
|
-
var __webpack_exports__ = __webpack_require__.X(0, [
|
|
229
|
+
var __webpack_exports__ = __webpack_require__.X(0, [579], () => (__webpack_exec__(16505)));
|
|
212
230
|
module.exports = __webpack_exports__;
|
|
213
231
|
|
|
214
232
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../webpack-runtime.js","../chunks/
|
|
1
|
+
{"version":1,"files":["../webpack-runtime.js","../chunks/579.js","../../package.json","../../../node_modules/react-redux/package.json","../../../node_modules/redux/package.json","../../../node_modules/store2/package.json","../../../node_modules/@reduxjs/toolkit/package.json","../../../node_modules/next/dist/shared/lib/head-manager-context.js","../../../node_modules/next/dist/shared/lib/amp-context.js","../../../node_modules/next/dist/shared/lib/amp-mode.js","../../../node_modules/next/dist/shared/lib/side-effect.js","../../../node_modules/next/dist/shared/lib/utils/warn-once.js","../../../node_modules/react-redux/lib/index.js","../../../node_modules/redux/lib/redux.js","../../../node_modules/store2/dist/store2.js","../../../node_modules/@reduxjs/toolkit/dist/index.js","../../../node_modules/next/head.js","../../../node_modules/next/package.json","../../../node_modules/react/package.json","../../../node_modules/react/index.js","../../../node_modules/react/jsx-runtime.js","../../../node_modules/react-dom/package.json","../../../node_modules/redux-saga/package.json","../../../node_modules/redux-saga/import-condition-proxy.mjs","../../../node_modules/redux-saga/dist/redux-saga-core-npm-proxy.cjs.js","../../../node_modules/react-dom/index.js","../../../node_modules/next/dist/shared/lib/head.js","../../../node_modules/@reduxjs/toolkit/dist/redux-toolkit.cjs.production.min.js","../../../node_modules/@reduxjs/toolkit/dist/redux-toolkit.cjs.development.js","../../../node_modules/react/cjs/react.production.min.js","../../../node_modules/react/cjs/react.development.js","../../../node_modules/react/cjs/react-jsx-runtime.production.min.js","../../../node_modules/react/cjs/react-jsx-runtime.development.js","../../../node_modules/redux-saga/effects/package.json","../../../node_modules/redux-saga/dist/redux-saga-effects-npm-proxy.cjs.js","../../../node_modules/@swc/helpers/lib/_interop_require_default.js","../../../node_modules/@swc/helpers/lib/_interop_require_wildcard.js","../../../node_modules/@swc/helpers/package.json","../../../node_modules/@swc/helpers/lib/_extends.js","../../../node_modules/react-redux/lib/exports.js","../../../node_modules/react-redux/lib/utils/reactBatchedUpdates.js","../../../node_modules/react-redux/lib/utils/batch.js","../../../node_modules/react-redux/lib/hooks/useSelector.js","../../../node_modules/react-redux/lib/components/connect.js","../../../node_modules/react-dom/cjs/react-dom.production.min.js","../../../node_modules/react-dom/cjs/react-dom.development.js","../../../node_modules/react-redux/lib/components/Provider.js","../../../node_modules/react-redux/lib/components/Context.js","../../../node_modules/react-redux/lib/hooks/useDispatch.js","../../../node_modules/react-redux/lib/hooks/useStore.js","../../../node_modules/react-redux/lib/types.js","../../../node_modules/react-redux/lib/utils/shallowEqual.js","../../../node_modules/react-redux/lib/hooks/useReduxContext.js","../../../node_modules/react-redux/lib/utils/useSyncExternalStore.js","../../../node_modules/react-redux/lib/utils/useIsomorphicLayoutEffect.js","../../../node_modules/react-redux/lib/utils/Subscription.js","../../../node_modules/react-redux/lib/utils/warning.js","../../../node_modules/@babel/runtime/package.json","../../../node_modules/@babel/runtime/helpers/objectSpread2.js","../../../node_modules/@babel/runtime/helpers/extends.js","../../../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js","../../../node_modules/react-redux/lib/connect/selectorFactory.js","../../../node_modules/react-redux/lib/connect/mapStateToProps.js","../../../node_modules/react-redux/lib/connect/mapDispatchToProps.js","../../../node_modules/react-redux/lib/connect/mergeProps.js","../../../node_modules/@redux-saga/core/package.json","../../../node_modules/@redux-saga/core/dist/redux-saga-core.cjs.js","../../../node_modules/use-sync-external-store/shim/with-selector.js","../../../node_modules/@babel/runtime/helpers/interopRequireDefault.js","../../../node_modules/@redux-saga/core/effects/package.json","../../../node_modules/@redux-saga/core/dist/redux-saga-effects.cjs.js","../../../node_modules/@babel/runtime/helpers/defineProperty.js","../../../node_modules/use-sync-external-store/package.json","../../../node_modules/reselect/package.json","../../../node_modules/reselect/lib/index.js","../../../node_modules/immer/package.json","../../../node_modules/immer/dist/index.js","../../../node_modules/redux-thunk/package.json","../../../node_modules/redux-thunk/lib/index.js","../../../node_modules/react-redux/node_modules/react-is/package.json","../../../node_modules/react-redux/node_modules/react-is/index.js","../../../node_modules/react-redux/lib/connect/verifySubselectors.js","../../../node_modules/react-redux/lib/connect/wrapMapToProps.js","../../../node_modules/react-redux/lib/connect/invalidArgFactory.js","../../../node_modules/react-redux/lib/utils/bindActionCreators.js","../../../node_modules/react-redux/lib/utils/verifyPlainObject.js","../../../node_modules/use-sync-external-store/shim/index.js","../../../node_modules/scheduler/package.json","../../../node_modules/scheduler/index.js","../../../node_modules/@redux-saga/core/dist/redux-saga-core.prod.cjs.js","../../../node_modules/@redux-saga/core/dist/redux-saga-core.dev.cjs.js","../../../node_modules/@redux-saga/core/dist/redux-saga-effects.prod.cjs.js","../../../node_modules/@redux-saga/core/dist/redux-saga-effects.dev.cjs.js","../../../node_modules/@babel/runtime/helpers/toPropertyKey.js","../../../node_modules/hoist-non-react-statics/package.json","../../../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js","../../../node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js","../../../node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js","../../../node_modules/immer/dist/immer.cjs.production.min.js","../../../node_modules/immer/dist/immer.cjs.development.js","../../../node_modules/react-redux/node_modules/react-is/cjs/react-is.production.min.js","../../../node_modules/react-redux/node_modules/react-is/cjs/react-is.development.js","../../../node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js","../../../node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js","../../../node_modules/react-redux/lib/utils/isPlainObject.js","../../../node_modules/@redux-saga/core/dist/io-d39dbb58.js","../../../node_modules/@redux-saga/core/dist/io-a03c6210.js","../../../node_modules/reselect/lib/defaultMemoize.js","../../../node_modules/scheduler/cjs/scheduler.production.min.js","../../../node_modules/scheduler/cjs/scheduler.development.js","../../../node_modules/@babel/runtime/helpers/typeof.js","../../../node_modules/@babel/runtime/helpers/toPrimitive.js","../../../node_modules/react-is/package.json","../../../node_modules/react-is/index.js","../../../node_modules/@redux-saga/symbols/package.json","../../../node_modules/@redux-saga/symbols/dist/redux-saga-symbols.cjs.js","../../../node_modules/@redux-saga/is/package.json","../../../node_modules/@redux-saga/is/dist/redux-saga-is.cjs.js","../../../node_modules/@redux-saga/deferred/package.json","../../../node_modules/@redux-saga/deferred/dist/redux-saga-deferred.cjs.js","../../../node_modules/@redux-saga/delay-p/package.json","../../../node_modules/@redux-saga/delay-p/dist/redux-saga-delay-p.cjs.js","../../../node_modules/react-is/cjs/react-is.development.js","../../../node_modules/react-is/cjs/react-is.production.min.js","../../../package.json","../../../src/i18n/de.json","../../../src/i18n/en.json","../../../src/i18n/es.json","../../../src/i18n/fa.json","../../../src/i18n/fr.json","../../../src/i18n/pl.json"]}
|
|
@@ -5,7 +5,7 @@ exports.id = 660;
|
|
|
5
5
|
exports.ids = [660];
|
|
6
6
|
exports.modules = {
|
|
7
7
|
|
|
8
|
-
/***/
|
|
8
|
+
/***/ 16284:
|
|
9
9
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10
10
|
|
|
11
11
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -207,7 +207,7 @@ module.exports = require("react/jsx-runtime");
|
|
|
207
207
|
var __webpack_require__ = require("../webpack-runtime.js");
|
|
208
208
|
__webpack_require__.C(exports);
|
|
209
209
|
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
210
|
-
var __webpack_exports__ = __webpack_require__.X(0, [676,859], () => (__webpack_exec__(
|
|
210
|
+
var __webpack_exports__ = __webpack_require__.X(0, [676,859], () => (__webpack_exec__(16284)));
|
|
211
211
|
module.exports = __webpack_exports__;
|
|
212
212
|
|
|
213
213
|
})();
|
|
@@ -5,26 +5,8 @@ exports.id = 820;
|
|
|
5
5
|
exports.ids = [820];
|
|
6
6
|
exports.modules = {
|
|
7
7
|
|
|
8
|
-
/***/
|
|
9
|
-
/***/ ((
|
|
10
|
-
|
|
11
|
-
var __webpack_unused_export__;
|
|
12
|
-
|
|
13
|
-
__webpack_unused_export__ = ({
|
|
14
|
-
value: true
|
|
15
|
-
});
|
|
16
|
-
exports.Z = _interopRequireDefault;
|
|
17
|
-
function _interopRequireDefault(obj) {
|
|
18
|
-
return obj && obj.__esModule ? obj : {
|
|
19
|
-
default: obj
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
/***/ }),
|
|
25
|
-
|
|
26
|
-
/***/ 89185:
|
|
27
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
8
|
+
/***/ 97345:
|
|
9
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
28
10
|
|
|
29
11
|
|
|
30
12
|
Object.defineProperty(exports, "__esModule", ({
|
|
@@ -33,7 +15,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
33
15
|
exports["default"] = void 0;
|
|
34
16
|
var _interop_require_default = (__webpack_require__(92648)/* ["default"] */ .Z);
|
|
35
17
|
var _react = _interop_require_default(__webpack_require__(16689));
|
|
36
|
-
var _head = _interop_require_default(__webpack_require__(
|
|
18
|
+
var _head = _interop_require_default(__webpack_require__(83121));
|
|
37
19
|
const statusCodes = {
|
|
38
20
|
400: "Bad Request",
|
|
39
21
|
404: "This page could not be found",
|
|
@@ -116,15 +98,214 @@ class Error extends (_Component = _react.default.Component) {
|
|
|
116
98
|
Error.displayName = "ErrorPage";
|
|
117
99
|
Error.getInitialProps = _getInitialProps;
|
|
118
100
|
Error.origGetInitialProps = _getInitialProps;
|
|
119
|
-
exports["default"] = Error;
|
|
101
|
+
exports["default"] = Error;
|
|
102
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
103
|
+
Object.defineProperty(exports.default, "__esModule", {
|
|
104
|
+
value: true
|
|
105
|
+
});
|
|
106
|
+
Object.assign(exports.default, exports);
|
|
107
|
+
module.exports = exports.default;
|
|
108
|
+
} //# sourceMappingURL=_error.js.map
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
/***/ }),
|
|
112
|
+
|
|
113
|
+
/***/ 83121:
|
|
114
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
"use client";
|
|
118
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
119
|
+
value: true
|
|
120
|
+
}));
|
|
121
|
+
exports.defaultHead = defaultHead;
|
|
122
|
+
exports["default"] = void 0;
|
|
123
|
+
var _extends = (__webpack_require__(6495)/* ["default"] */ .Z);
|
|
124
|
+
var _interop_require_default = (__webpack_require__(92648)/* ["default"] */ .Z);
|
|
125
|
+
var _interop_require_wildcard = (__webpack_require__(91598)/* ["default"] */ .Z);
|
|
126
|
+
var _react = _interop_require_wildcard(__webpack_require__(16689));
|
|
127
|
+
var _sideEffect = _interop_require_default(__webpack_require__(82470));
|
|
128
|
+
var _ampContext = __webpack_require__(53918);
|
|
129
|
+
var _headManagerContext = __webpack_require__(92796);
|
|
130
|
+
var _ampMode = __webpack_require__(45732);
|
|
131
|
+
var _warnOnce = __webpack_require__(40618);
|
|
132
|
+
function defaultHead(inAmpMode = false) {
|
|
133
|
+
const head = [
|
|
134
|
+
/*#__PURE__*/ _react.default.createElement("meta", {
|
|
135
|
+
charSet: "utf-8"
|
|
136
|
+
})
|
|
137
|
+
];
|
|
138
|
+
if (!inAmpMode) {
|
|
139
|
+
head.push(/*#__PURE__*/ _react.default.createElement("meta", {
|
|
140
|
+
name: "viewport",
|
|
141
|
+
content: "width=device-width"
|
|
142
|
+
}));
|
|
143
|
+
}
|
|
144
|
+
return head;
|
|
145
|
+
}
|
|
146
|
+
function onlyReactElement(list, child) {
|
|
147
|
+
// React children can be "string" or "number" in this case we ignore them for backwards compat
|
|
148
|
+
if (typeof child === "string" || typeof child === "number") {
|
|
149
|
+
return list;
|
|
150
|
+
}
|
|
151
|
+
// Adds support for React.Fragment
|
|
152
|
+
if (child.type === _react.default.Fragment) {
|
|
153
|
+
return list.concat(_react.default.Children.toArray(child.props.children).reduce((fragmentList, fragmentChild)=>{
|
|
154
|
+
if (typeof fragmentChild === "string" || typeof fragmentChild === "number") {
|
|
155
|
+
return fragmentList;
|
|
156
|
+
}
|
|
157
|
+
return fragmentList.concat(fragmentChild);
|
|
158
|
+
}, []));
|
|
159
|
+
}
|
|
160
|
+
return list.concat(child);
|
|
161
|
+
}
|
|
162
|
+
const METATYPES = [
|
|
163
|
+
"name",
|
|
164
|
+
"httpEquiv",
|
|
165
|
+
"charSet",
|
|
166
|
+
"itemProp"
|
|
167
|
+
];
|
|
168
|
+
/*
|
|
169
|
+
returns a function for filtering head child elements
|
|
170
|
+
which shouldn't be duplicated, like <title/>
|
|
171
|
+
Also adds support for deduplicated `key` properties
|
|
172
|
+
*/ function unique() {
|
|
173
|
+
const keys = new Set();
|
|
174
|
+
const tags = new Set();
|
|
175
|
+
const metaTypes = new Set();
|
|
176
|
+
const metaCategories = {};
|
|
177
|
+
return (h)=>{
|
|
178
|
+
let isUnique = true;
|
|
179
|
+
let hasKey = false;
|
|
180
|
+
if (h.key && typeof h.key !== "number" && h.key.indexOf("$") > 0) {
|
|
181
|
+
hasKey = true;
|
|
182
|
+
const key = h.key.slice(h.key.indexOf("$") + 1);
|
|
183
|
+
if (keys.has(key)) {
|
|
184
|
+
isUnique = false;
|
|
185
|
+
} else {
|
|
186
|
+
keys.add(key);
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
// eslint-disable-next-line default-case
|
|
190
|
+
switch(h.type){
|
|
191
|
+
case "title":
|
|
192
|
+
case "base":
|
|
193
|
+
if (tags.has(h.type)) {
|
|
194
|
+
isUnique = false;
|
|
195
|
+
} else {
|
|
196
|
+
tags.add(h.type);
|
|
197
|
+
}
|
|
198
|
+
break;
|
|
199
|
+
case "meta":
|
|
200
|
+
for(let i = 0, len = METATYPES.length; i < len; i++){
|
|
201
|
+
const metatype = METATYPES[i];
|
|
202
|
+
if (!h.props.hasOwnProperty(metatype)) continue;
|
|
203
|
+
if (metatype === "charSet") {
|
|
204
|
+
if (metaTypes.has(metatype)) {
|
|
205
|
+
isUnique = false;
|
|
206
|
+
} else {
|
|
207
|
+
metaTypes.add(metatype);
|
|
208
|
+
}
|
|
209
|
+
} else {
|
|
210
|
+
const category = h.props[metatype];
|
|
211
|
+
const categories = metaCategories[metatype] || new Set();
|
|
212
|
+
if ((metatype !== "name" || !hasKey) && categories.has(category)) {
|
|
213
|
+
isUnique = false;
|
|
214
|
+
} else {
|
|
215
|
+
categories.add(category);
|
|
216
|
+
metaCategories[metatype] = categories;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
break;
|
|
221
|
+
}
|
|
222
|
+
return isUnique;
|
|
223
|
+
};
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
*
|
|
227
|
+
* @param headChildrenElements List of children of <Head>
|
|
228
|
+
*/ function reduceComponents(headChildrenElements, props) {
|
|
229
|
+
const { inAmpMode } = props;
|
|
230
|
+
return headChildrenElements.reduce(onlyReactElement, []).reverse().concat(defaultHead(inAmpMode).reverse()).filter(unique()).reverse().map((c, i)=>{
|
|
231
|
+
const key = c.key || i;
|
|
232
|
+
if ( true && !inAmpMode) {
|
|
233
|
+
if (c.type === "link" && c.props["href"] && // TODO(prateekbh@): Replace this with const from `constants` when the tree shaking works.
|
|
234
|
+
[
|
|
235
|
+
"https://fonts.googleapis.com/css",
|
|
236
|
+
"https://use.typekit.net/"
|
|
237
|
+
].some((url)=>c.props["href"].startsWith(url))) {
|
|
238
|
+
const newProps = _extends({}, c.props || {});
|
|
239
|
+
newProps["data-href"] = newProps["href"];
|
|
240
|
+
newProps["href"] = undefined;
|
|
241
|
+
// Add this attribute to make it easy to identify optimized tags
|
|
242
|
+
newProps["data-optimized-fonts"] = true;
|
|
243
|
+
return /*#__PURE__*/ _react.default.cloneElement(c, newProps);
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
if (false) {}
|
|
247
|
+
return /*#__PURE__*/ _react.default.cloneElement(c, {
|
|
248
|
+
key
|
|
249
|
+
});
|
|
250
|
+
});
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* This component injects elements to `<head>` of your page.
|
|
254
|
+
* To avoid duplicated `tags` in `<head>` you can use the `key` property, which will make sure every tag is only rendered once.
|
|
255
|
+
*/ function Head({ children }) {
|
|
256
|
+
const ampState = (0, _react).useContext(_ampContext.AmpStateContext);
|
|
257
|
+
const headManager = (0, _react).useContext(_headManagerContext.HeadManagerContext);
|
|
258
|
+
return /*#__PURE__*/ _react.default.createElement(_sideEffect.default, {
|
|
259
|
+
reduceComponentsToState: reduceComponents,
|
|
260
|
+
headManager: headManager,
|
|
261
|
+
inAmpMode: (0, _ampMode).isInAmpMode(ampState)
|
|
262
|
+
}, children);
|
|
263
|
+
}
|
|
264
|
+
var _default = Head;
|
|
265
|
+
exports["default"] = _default;
|
|
266
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
267
|
+
Object.defineProperty(exports.default, "__esModule", {
|
|
268
|
+
value: true
|
|
269
|
+
});
|
|
270
|
+
Object.assign(exports.default, exports);
|
|
271
|
+
module.exports = exports.default;
|
|
272
|
+
} //# sourceMappingURL=head.js.map
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
/***/ }),
|
|
276
|
+
|
|
277
|
+
/***/ 53918:
|
|
278
|
+
/***/ ((module) => {
|
|
279
|
+
|
|
280
|
+
module.exports = require("next/dist/shared/lib/amp-context.js");
|
|
281
|
+
|
|
282
|
+
/***/ }),
|
|
283
|
+
|
|
284
|
+
/***/ 45732:
|
|
285
|
+
/***/ ((module) => {
|
|
286
|
+
|
|
287
|
+
module.exports = require("next/dist/shared/lib/amp-mode.js");
|
|
288
|
+
|
|
289
|
+
/***/ }),
|
|
290
|
+
|
|
291
|
+
/***/ 92796:
|
|
292
|
+
/***/ ((module) => {
|
|
293
|
+
|
|
294
|
+
module.exports = require("next/dist/shared/lib/head-manager-context.js");
|
|
295
|
+
|
|
296
|
+
/***/ }),
|
|
297
|
+
|
|
298
|
+
/***/ 82470:
|
|
299
|
+
/***/ ((module) => {
|
|
120
300
|
|
|
301
|
+
module.exports = require("next/dist/shared/lib/side-effect.js");
|
|
121
302
|
|
|
122
303
|
/***/ }),
|
|
123
304
|
|
|
124
|
-
/***/
|
|
305
|
+
/***/ 40618:
|
|
125
306
|
/***/ ((module) => {
|
|
126
307
|
|
|
127
|
-
module.exports = require("next/dist/shared/lib/
|
|
308
|
+
module.exports = require("next/dist/shared/lib/utils/warn-once.js");
|
|
128
309
|
|
|
129
310
|
/***/ }),
|
|
130
311
|
|
|
@@ -142,7 +323,7 @@ module.exports = require("react");
|
|
|
142
323
|
var __webpack_require__ = require("../webpack-runtime.js");
|
|
143
324
|
__webpack_require__.C(exports);
|
|
144
325
|
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
145
|
-
var __webpack_exports__ = (__webpack_exec__(
|
|
326
|
+
var __webpack_exports__ = __webpack_require__.X(0, [210], () => (__webpack_exec__(97345)));
|
|
146
327
|
module.exports = __webpack_exports__;
|
|
147
328
|
|
|
148
329
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../webpack-runtime.js","../../package.json","../../../node_modules/next/dist/shared/lib/head.js","../../../node_modules/next/dist/shared/lib/
|
|
1
|
+
{"version":1,"files":["../webpack-runtime.js","../chunks/210.js","../../package.json","../../../node_modules/next/dist/shared/lib/head-manager-context.js","../../../node_modules/next/dist/shared/lib/amp-context.js","../../../node_modules/next/dist/shared/lib/amp-mode.js","../../../node_modules/next/dist/shared/lib/side-effect.js","../../../node_modules/next/dist/shared/lib/utils/warn-once.js","../../../node_modules/next/package.json","../../../node_modules/react/package.json","../../../node_modules/react/index.js","../../../node_modules/react/cjs/react.production.min.js","../../../node_modules/react/cjs/react.development.js","../../../node_modules/@swc/helpers/lib/_interop_require_default.js","../../../node_modules/@swc/helpers/lib/_interop_require_wildcard.js","../../../node_modules/@swc/helpers/package.json","../../../package.json"]}
|
|
@@ -12,13 +12,6 @@ module.exports = require("buffer");
|
|
|
12
12
|
|
|
13
13
|
/***/ }),
|
|
14
14
|
|
|
15
|
-
/***/ 96974:
|
|
16
|
-
/***/ ((module) => {
|
|
17
|
-
|
|
18
|
-
module.exports = require("debug");
|
|
19
|
-
|
|
20
|
-
/***/ }),
|
|
21
|
-
|
|
22
15
|
/***/ 39491:
|
|
23
16
|
/***/ ((module) => {
|
|
24
17
|
|
|
@@ -96,6 +89,13 @@ module.exports = require("string_decoder");
|
|
|
96
89
|
|
|
97
90
|
/***/ }),
|
|
98
91
|
|
|
92
|
+
/***/ 76224:
|
|
93
|
+
/***/ ((module) => {
|
|
94
|
+
|
|
95
|
+
module.exports = require("tty");
|
|
96
|
+
|
|
97
|
+
/***/ }),
|
|
98
|
+
|
|
99
99
|
/***/ 57310:
|
|
100
100
|
/***/ ((module) => {
|
|
101
101
|
|
|
@@ -117,7 +117,7 @@ module.exports = require("zlib");
|
|
|
117
117
|
|
|
118
118
|
/***/ }),
|
|
119
119
|
|
|
120
|
-
/***/
|
|
120
|
+
/***/ 99826:
|
|
121
121
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
122
122
|
|
|
123
123
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -134,7 +134,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
134
134
|
/* harmony import */ var _scrabble_solver_types__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_scrabble_solver_types__WEBPACK_IMPORTED_MODULE_3__);
|
|
135
135
|
/* harmony import */ var _scrabble_solver_word_definitions__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(98173);
|
|
136
136
|
/* harmony import */ var _scrabble_solver_word_definitions__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_scrabble_solver_word_definitions__WEBPACK_IMPORTED_MODULE_4__);
|
|
137
|
-
/* harmony import */ var api__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
137
|
+
/* harmony import */ var api__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(81087);
|
|
138
138
|
|
|
139
139
|
|
|
140
140
|
|
|
@@ -597,7 +597,7 @@ const parseEnglish = (html) => {
|
|
|
597
597
|
const $ = (0, cheerio_1.load)(html);
|
|
598
598
|
$('strong.mw_t_bc').replaceWith(', ');
|
|
599
599
|
$('.text-lowercase').remove();
|
|
600
|
-
$('
|
|
600
|
+
$('.sub-content-thread').remove();
|
|
601
601
|
const $definitions = $('[id^=dictionary-entry]').find('.dtText, .cxl-ref');
|
|
602
602
|
return {
|
|
603
603
|
definitions: Array.from($definitions).map((definition) => $(definition).text().replace(/\n/g, '')),
|
|
@@ -779,7 +779,7 @@ exports["default"] = parseSpanish;
|
|
|
779
779
|
var __webpack_require__ = require("../../../../webpack-api-runtime.js");
|
|
780
780
|
__webpack_require__.C(exports);
|
|
781
781
|
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
782
|
-
var __webpack_exports__ = __webpack_require__.X(0, [50,131,865,
|
|
782
|
+
var __webpack_exports__ = __webpack_require__.X(0, [50,131,865,290,44,911], () => (__webpack_exec__(99826)));
|
|
783
783
|
module.exports = __webpack_exports__;
|
|
784
784
|
|
|
785
785
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../webpack-api-runtime.js","../../../../chunks/50.js","../../../../chunks/131.js","../../../../chunks/865.js","../../../../chunks/
|
|
1
|
+
{"version":1,"files":["../../../../webpack-api-runtime.js","../../../../chunks/50.js","../../../../chunks/131.js","../../../../chunks/865.js","../../../../chunks/290.js","../../../../chunks/44.js","../../../../chunks/911.js","../../../../../package.json","../../../../../../package.json"]}
|
|
@@ -12,13 +12,6 @@ module.exports = require("buffer");
|
|
|
12
12
|
|
|
13
13
|
/***/ }),
|
|
14
14
|
|
|
15
|
-
/***/ 96974:
|
|
16
|
-
/***/ ((module) => {
|
|
17
|
-
|
|
18
|
-
module.exports = require("debug");
|
|
19
|
-
|
|
20
|
-
/***/ }),
|
|
21
|
-
|
|
22
15
|
/***/ 39491:
|
|
23
16
|
/***/ ((module) => {
|
|
24
17
|
|
|
@@ -96,6 +89,13 @@ module.exports = require("string_decoder");
|
|
|
96
89
|
|
|
97
90
|
/***/ }),
|
|
98
91
|
|
|
92
|
+
/***/ 76224:
|
|
93
|
+
/***/ ((module) => {
|
|
94
|
+
|
|
95
|
+
module.exports = require("tty");
|
|
96
|
+
|
|
97
|
+
/***/ }),
|
|
98
|
+
|
|
99
99
|
/***/ 57310:
|
|
100
100
|
/***/ ((module) => {
|
|
101
101
|
|
|
@@ -117,7 +117,7 @@ module.exports = require("zlib");
|
|
|
117
117
|
|
|
118
118
|
/***/ }),
|
|
119
119
|
|
|
120
|
-
/***/
|
|
120
|
+
/***/ 55403:
|
|
121
121
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
122
122
|
|
|
123
123
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -131,7 +131,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
131
131
|
/* harmony import */ var _scrabble_solver_logger__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_scrabble_solver_logger__WEBPACK_IMPORTED_MODULE_1__);
|
|
132
132
|
/* harmony import */ var _scrabble_solver_types__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(46452);
|
|
133
133
|
/* harmony import */ var _scrabble_solver_types__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_scrabble_solver_types__WEBPACK_IMPORTED_MODULE_2__);
|
|
134
|
-
/* harmony import */ var api__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
134
|
+
/* harmony import */ var api__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(81087);
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
|
|
@@ -187,7 +187,7 @@ const config = {
|
|
|
187
187
|
var __webpack_require__ = require("../../../webpack-api-runtime.js");
|
|
188
188
|
__webpack_require__.C(exports);
|
|
189
189
|
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
190
|
-
var __webpack_exports__ = __webpack_require__.X(0, [50,131,
|
|
190
|
+
var __webpack_exports__ = __webpack_require__.X(0, [50,131,290,44], () => (__webpack_exec__(55403)));
|
|
191
191
|
module.exports = __webpack_exports__;
|
|
192
192
|
|
|
193
193
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../webpack-api-runtime.js","../../../chunks/50.js","../../../chunks/131.js","../../../chunks/
|
|
1
|
+
{"version":1,"files":["../../../webpack-api-runtime.js","../../../chunks/50.js","../../../chunks/131.js","../../../chunks/290.js","../../../chunks/44.js","../../../../package.json","../../../../../package.json"]}
|