@sapphire/plugin-i18next 2.4.1-next.60d5c2f.0 → 2.4.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/CHANGELOG.md +12 -0
- package/package.json +5 -4
- package/dist/.tsbuildinfo +0 -1
- package/src/register.ts +0 -38
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
# [@sapphire/plugin-i18next@2.4.2](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.4.1...@sapphire/plugin-i18next@2.4.2) - (2022-04-18)
|
|
6
|
+
|
|
7
|
+
## Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **i18next:** Actually fix files array ([81debfc](https://github.com/sapphiredev/plugins/commit/81debfc53bfa7e16ba429d74276ebd531aeae8d9))
|
|
10
|
+
|
|
11
|
+
# [@sapphire/plugin-i18next@2.4.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.4.0...@sapphire/plugin-i18next@2.4.1) - (2022-04-18)
|
|
12
|
+
|
|
13
|
+
## Bug Fixes
|
|
14
|
+
|
|
15
|
+
- Fixed files array ([1e13a35](https://github.com/sapphiredev/plugins/commit/1e13a3502b9d909ba9c349ab078a763d2bee0c58))
|
|
16
|
+
|
|
5
17
|
# [@sapphire/plugin-i18next@2.4.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.3.1...@sapphire/plugin-i18next@2.4.0) - (2022-04-18)
|
|
6
18
|
|
|
7
19
|
## Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/plugin-i18next",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"description": "Plugin for @sapphire/framework to support i18next.",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -50,9 +50,10 @@
|
|
|
50
50
|
"directory": "packages/i18next"
|
|
51
51
|
},
|
|
52
52
|
"files": [
|
|
53
|
-
"dist",
|
|
54
|
-
"
|
|
55
|
-
"
|
|
53
|
+
"dist/**/*.js*",
|
|
54
|
+
"dist/**/*.mjs*",
|
|
55
|
+
"dist/**/*.d*",
|
|
56
|
+
"./register.*"
|
|
56
57
|
],
|
|
57
58
|
"engines": {
|
|
58
59
|
"node": ">=v14.0.0",
|
package/dist/.tsbuildinfo
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/tslib/tslib.d.ts","../../../node_modules/i18next/index.d.ts","../../../node_modules/@discordjs/collection/dist/index.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/arrayStrictEquals.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/cast.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/chunk.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/utilityTypes.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/classExtends.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/codeBlock.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/cutText.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/debounce/index.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/deepClone.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/filterNullAndUndefined.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/filterNullAndUndefinedAndEmpty.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/filterNullAndUndefinedAndZero.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/hasAtLeastOneKeyInMap.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/inlineCodeBlock.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isClass.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isFunction.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isNullOrUndefined.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isNullOrUndefinedOrEmpty.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isNullOrUndefinedOrZero.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isNumber.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isObject.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isPrimitive.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/isThenable.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/makeObject.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/mergeDefault.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/mergeObjects.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/noop.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/objectToTuples.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/parseUrl.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/partition.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/range.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/regExpEsc.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/roundNumber.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/splitText.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/toTitleCase.d.ts","../../../node_modules/@sapphire/utilities/dist/lib/tryParse.d.ts","../../../node_modules/@sapphire/utilities/dist/index.d.ts","../../../node_modules/@sapphire/pieces/dist/index.d.ts","../../../node_modules/discord-api-types/globals.d.ts","../../../node_modules/discord-api-types/payloads/v9/permissions.d.ts","../../../node_modules/discord-api-types/payloads/v9/emoji.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/internals.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/shared.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/base.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/string.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/integer.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/boolean.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/user.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/channel.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/role.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/mentionable.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/number.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/chatInput.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/contextMenu.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/_applicationCommands/permissions.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/applicationCommands.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/responses.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/base.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/messageComponents.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/ping.d.ts","../../../node_modules/discord-api-types/payloads/v9/_interactions/autocomplete.d.ts","../../../node_modules/discord-api-types/payloads/v9/interactions.d.ts","../../../node_modules/discord-api-types/payloads/v9/sticker.d.ts","../../../node_modules/discord-api-types/payloads/v9/channel.d.ts","../../../node_modules/discord-api-types/payloads/v9/gateway.d.ts","../../../node_modules/discord-api-types/payloads/v9/stageInstance.d.ts","../../../node_modules/discord-api-types/payloads/v9/voice.d.ts","../../../node_modules/discord-api-types/payloads/v9/guildScheduledEvent.d.ts","../../../node_modules/discord-api-types/payloads/v9/guild.d.ts","../../../node_modules/discord-api-types/payloads/v9/user.d.ts","../../../node_modules/discord-api-types/payloads/v9/teams.d.ts","../../../node_modules/discord-api-types/payloads/v9/application.d.ts","../../../node_modules/discord-api-types/payloads/v9/webhook.d.ts","../../../node_modules/discord-api-types/payloads/v9/auditLog.d.ts","../../../node_modules/discord-api-types/payloads/v9/invite.d.ts","../../../node_modules/discord-api-types/payloads/v9/oauth2.d.ts","../../../node_modules/discord-api-types/rest/common.d.ts","../../../node_modules/discord-api-types/rest/v9/auditLog.d.ts","../../../node_modules/discord-api-types/utils/internals.d.ts","../../../node_modules/discord-api-types/rest/v9/channel.d.ts","../../../node_modules/discord-api-types/rest/v9/emoji.d.ts","../../../node_modules/discord-api-types/rest/v9/gateway.d.ts","../../../node_modules/discord-api-types/rest/v9/guild.d.ts","../../../node_modules/discord-api-types/rest/v9/guildScheduledEvent.d.ts","../../../node_modules/discord-api-types/rest/v9/webhook.d.ts","../../../node_modules/discord-api-types/rest/v9/interactions.d.ts","../../../node_modules/discord-api-types/rest/v9/invite.d.ts","../../../node_modules/discord-api-types/rest/v9/oauth2.d.ts","../../../node_modules/discord-api-types/rest/v9/stageInstance.d.ts","../../../node_modules/discord-api-types/rest/v9/sticker.d.ts","../../../node_modules/discord-api-types/rest/v9/template.d.ts","../../../node_modules/discord-api-types/rest/v9/user.d.ts","../../../node_modules/discord-api-types/rest/v9/voice.d.ts","../../../node_modules/discord-api-types/rest/v9/index.d.ts","../../../node_modules/discord-api-types/payloads/v9/template.d.ts","../../../node_modules/discord-api-types/payloads/v9/index.d.ts","../../../node_modules/discord-api-types/gateway/common.d.ts","../../../node_modules/discord-api-types/gateway/v9.d.ts","../../../node_modules/discord-api-types/rpc/v9.d.ts","../../../node_modules/discord-api-types/utils/v9.d.ts","../../../node_modules/discord-api-types/v9.d.ts","../../../node_modules/zod/lib/helpers/typeAliases.d.ts","../../../node_modules/zod/lib/helpers/util.d.ts","../../../node_modules/zod/lib/ZodError.d.ts","../../../node_modules/zod/lib/helpers/parseUtil.d.ts","../../../node_modules/zod/lib/helpers/errorUtil.d.ts","../../../node_modules/zod/lib/helpers/partialUtil.d.ts","../../../node_modules/zod/lib/types.d.ts","../../../node_modules/zod/lib/external.d.ts","../../../node_modules/zod/lib/index.d.ts","../../../node_modules/@discordjs/builders/dist/index.d.ts","../../../node_modules/discord.js/node_modules/@discordjs/collection/dist/index.d.ts","../../../node_modules/form-data/index.d.ts","../../../node_modules/@types/node-fetch/externals.d.ts","../../../node_modules/@types/node-fetch/index.d.ts","../../../node_modules/@types/ws/index.d.ts","../../../node_modules/discord.js/typings/enums.d.ts","../../../node_modules/discord.js/typings/rawDataTypes.d.ts","../../../node_modules/discord.js/typings/index.d.ts","../../../node_modules/anymatch/index.d.ts","../../../node_modules/chokidar/types/index.d.ts","../../../node_modules/@types/i18next-fs-backend/index.d.ts","../src/lib/types.ts","../src/lib/functions.ts","../../../node_modules/lexure/dist/types/tokens.d.ts","../../../node_modules/lexure/dist/types/parserOutput.d.ts","../../../node_modules/lexure/dist/types/option.d.ts","../../../node_modules/lexure/dist/types/result.d.ts","../../../node_modules/lexure/dist/types/args.d.ts","../../../node_modules/lexure/dist/types/lexer.d.ts","../../../node_modules/lexure/dist/types/loopAction.d.ts","../../../node_modules/lexure/dist/types/loops.d.ts","../../../node_modules/lexure/dist/types/unordered.d.ts","../../../node_modules/lexure/dist/types/parser.d.ts","../../../node_modules/lexure/dist/types/util.d.ts","../../../node_modules/lexure/dist/types/index.d.ts","../../../node_modules/@sapphire/ratelimits/dist/lib/RateLimitManager.d.ts","../../../node_modules/@sapphire/ratelimits/dist/lib/RateLimit.d.ts","../../../node_modules/@sapphire/ratelimits/dist/index.d.ts","../../../node_modules/@sapphire/discord-utilities/dist/lib/regexes.d.ts","../../../node_modules/@sapphire/discord-utilities/dist/lib/limits.d.ts","../../../node_modules/@sapphire/discord-utilities/dist/index.d.ts","../../../node_modules/@sapphire/discord.js-utilities/dist/index.d.ts","../../../node_modules/@sapphire/framework/dist/index.d.ts","../src/lib/InternationalizationHandler.ts","../src/index.ts","../src/register.ts","../src/lib/Augmentations.d.ts","../../../node_modules/@babel/types/lib/index.d.ts","../../../node_modules/@types/babel__generator/index.d.ts","../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../../node_modules/@types/babel__template/index.d.ts","../../../node_modules/@types/babel__traverse/index.d.ts","../../../node_modules/@types/babel__core/index.d.ts","../../../node_modules/@types/ioredis/index.d.ts","../../../node_modules/@types/bull/index.d.ts","../../../node_modules/@types/graceful-fs/index.d.ts","../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../node_modules/@types/istanbul-reports/index.d.ts","../../../node_modules/chalk/index.d.ts","../../../node_modules/jest-diff/build/cleanupSemantic.d.ts","../../../node_modules/pretty-format/build/types.d.ts","../../../node_modules/pretty-format/build/index.d.ts","../../../node_modules/jest-diff/build/types.d.ts","../../../node_modules/jest-diff/build/diffLines.d.ts","../../../node_modules/jest-diff/build/printDiffs.d.ts","../../../node_modules/jest-diff/build/index.d.ts","../../../node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/minimist/index.d.ts","../../../node_modules/@types/normalize-package-data/index.d.ts","../../../node_modules/@types/parse-json/index.d.ts","../../../node_modules/@types/prettier/index.d.ts","../../../node_modules/@types/psl/index.d.ts","../../../node_modules/@types/redis/index.d.ts","../../../node_modules/@types/stack-utils/index.d.ts","../../../node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"3ac1b83264055b28c0165688fda6dfcc39001e9e7828f649299101c23ad0a0c3","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","2f93dda35dafec68ec217c9ce67f0f4fbbbb030c055ac312641565ad60dd7e26","aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c",{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"5075b36ab861c8c0c45377cb8c96270d7c65f0eeaf105d53fac6850da61f1027","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"e8c9f4e445a489991ca1a4232667de3ac36b07ba75ea335971fbeacf2d26fe67","affectsGlobalScope":true},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true},{"version":"6ea9ab679ea030cf46c16a711a316078e9e02619ebaf07a7fcd16964aba88f2d","affectsGlobalScope":true},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"12f4cfe2fe60b810c3174537bc2ddb20c1067b7768643d12cb1266fd183afb75","5d8a54affc9a33b29830ad949f6e247314cbb7f85287231b07b66611bacf795f","05025e02d07b42a9d65f68282cdfbea2c9a51a33561f914aa0c83f2df2dc34bc","e97508dee939ae29977082f5bb1b8cf9c1cf45d3fdeb337039562182c51533f2","b5c4a6079d44a94888a8197c1641f583c28a9c9cbd5f43d5eefb91e32c7275b8","d29b5fb22613d6b42b190b2768f3ff238236978791ad05ba36b28623444fd309","72e9bc2e435c9d6e83b2d46764c0d87c8aefb3ad4e7c1ba059e3859e4318d0a5","f96cf46e0a882edbd46e1938d23e0fded20e8f86a94e3060d5864a19bcc30953","6873fe9695582678987b02c82f7b5eb075b104eb0a59cd874b02abd11f444133","8a85d79cf5f5a0ea032306dd255f1d4d8ba792368faa69eae57056c3e5d89786","e0720c0096e3749e2d24eff2c8f8cc906f0064cd6ccfed028619dd799f914329","721b522722a1fb5807698552ed1b974cd169ec344118a5cc1a176b042a94f430","378a3e559d3915e3e67f2caefde272bcd1609a75dbba6aa7b103dbaf5f99614a","b0cdd7da8ff86a6f3c8b634b6b1098481963f759e46e906f06dd785196b6a06a","83f6bdd3502368b731a9573f279352e88af5717ac3528605f98a1d18307b35f1","c6509f6a018fb1861e6fd94dde81d7c5ba08a660441673f09a3061df76cd79f3","09a3993362e573e7a07c81c23a642f71406361ea650f2660744bc1fa712f1c60","e05cafa4d712ae34e8ce084eda1f707fbe1008777d9ff6272123ed848938aac7","e28344b607d9e005588c5710393eb70bf4179db89f2c2b6c29579581ff5b1f2e","74b7605636aebdd2f681acadbb9ec6779a3ed64f1d4920ae2a8963500e994325","eb72c15ca967cf2e95abdb6188aa316f438a2c2c0081ab1f0fc52a103dfe6440","6fa9995e489bafca2eaba9b8dbbaef24f86d8cc52a7f6ea2d3b4377f4e20a2d0","7af4ec36327a8acc60de69c6755d5547fec214bc308eb38279506c94d7f30dfb","cd83948a557b992b6ca00966e6ed43cfa47a8be439d08df894f1d8f7bbd63881","3872ab3e295d45c4e1e63fad766b41bb2b8e3faac7ccef95d86a986198e62df1","77777be0f9f1de16cea711e2b67e8cb4424fb5800e7eca31578f56367167272d","aea9363b86441a6946f5e8eac3160f4cc81e96df3e65ad341294f68bd006b3eb","cd449cc00e95b3610fe1d18b77e1e8a0a8399c08769ea2845bbb7b1cb1e1d521","664bc7dd4497999693e26940b95dc42cfcf4df00ad184319b2651ef84d014773","96e6bf811343caab5112b68880905c5d20d9257054afac6c18e718a4c549ed27","868cc469f2b9da79f82251bce3fb57c02d4817ee27aeb44c03db41e5c7b1e584","0cba3a5d7b81356222594442753cf90dd2892e5ccfe1d262aaca6896ba6c1380","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"c2ab70bbc7a24c42a790890739dd8a0ba9d2e15038b40dff8163a97a5d148c00","affectsGlobalScope":true},"422dbb183fdced59425ca072c8bd09efaa77ce4e2ab928ec0d8a1ce062d2a45a",{"version":"fcdcb42da18dd98dc286b1876dd425791772036012ae61263c011a76b13a190f","affectsGlobalScope":true},"1dab5ab6bcf11de47ab9db295df8c4f1d92ffa750e8f095e88c71ce4c3299628","f71f46ccd5a90566f0a37b25b23bc4684381ab2180bdf6733f4e6624474e1894",{"version":"54e65985a3ee3cec182e6a555e20974ea936fc8b8d1738c14e8ed8a42bd921d4","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","98a3ebfa494b46265634a73459050befba5da8fdc6ca0ef9b7269421780f4ff3","34e5de87d983bc6aefef8b17658556e3157003e8d9555d3cb098c6bef0b5fbc8","cc0b61316c4f37393f1f9595e93b673f4184e9d07f4c127165a490ec4a928668","f27371653aded82b2b160f7a7033fb4a5b1534b6f6081ef7be1468f0f15327d3","c762cd6754b13a461c54b59d0ae0ab7aeef3c292c6cf889873f786ee4d8e75c9","f4ea7d5df644785bd9fbf419930cbaec118f0d8b4160037d2339b8e23c059e79",{"version":"bfea28e6162ed21a0aeed181b623dcf250aa79abf49e24a6b7e012655af36d81","affectsGlobalScope":true},"b8aca9d0c81abb02bec9b7621983ae65bde71da6727580070602bd2500a9ce2a","ae97e20f2e10dbeec193d6a2f9cd9a367a1e293e7d6b33b68bacea166afd7792","10d4796a130577d57003a77b95d8723530bbec84718e364aa2129fa8ffba0378","ad41bb744149e92adb06eb953da195115620a3f2ad48e7d3ae04d10762dae197","bf73c576885408d4a176f44a9035d798827cc5020d58284cb18d7573430d9022","7ae078ca42a670445ae0c6a97c029cb83d143d62abd1730efb33f68f0b2c0e82",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"287b21dc1d1b9701c92e15e7dd673dfe6044b15812956377adffb6f08825b1bc","12eea70b5e11e924bb0543aea5eadc16ced318aa26001b453b0d561c2fd0bd1e","08777cd9318d294646b121838574e1dd7acbb22c21a03df84e1f2c87b1ad47f2","08a90bcdc717df3d50a2ce178d966a8c353fd23e5c392fd3594a6e39d9bb6304",{"version":"4cd4cff679c9b3d9239fd7bf70293ca4594583767526916af8e5d5a47d0219c7","affectsGlobalScope":true},"2a12d2da5ac4c4979401a3f6eaafa874747a37c365e4bc18aa2b171ae134d21b","002b837927b53f3714308ecd96f72ee8a053b8aeb28213d8ec6de23ed1608b66","1dc9c847473bb47279e398b22c740c83ea37a5c88bf66629666e3cf4c5b9f99c","a9e4a5a24bf2c44de4c98274975a1a705a0abbaad04df3557c2d3cd8b1727949","00fa7ce8bc8acc560dc341bbfdf37840a8c59e6a67c9bfa3fa5f36254df35db2","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","5f0ed51db151c2cdc4fa3bb0f44ce6066912ad001b607a34e65a96c52eb76248",{"version":"3345c276cab0e76dda86c0fb79104ff915a4580ba0f3e440870e183b1baec476","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","103d70bfbeb3cd3a3f26d1705bf986322d8738c2c143f38ebb743b1e228d7444","f52fbf64c7e480271a9096763c4882d356b05cab05bf56a64e68a95313cd2ce2","59bdb65f28d7ce52ccfc906e9aaf422f8b8534b2d21c32a27d7819be5ad81df7",{"version":"3a2da34079a2567161c1359316a32e712404b56566c45332ac9dcee015ecce9f","affectsGlobalScope":true},"28a2e7383fd898c386ffdcacedf0ec0845e5d1a86b5a43f25b86bc315f556b79","3aff9c8c36192e46a84afe7b926136d520487155154ab9ba982a8b544ea8fc95","a880cf8d85af2e4189c709b0fea613741649c0e40fffb4360ec70762563d5de0","85bbf436a15bbeda4db888be3062d47f99c66fd05d7c50f0f6473a9151b6a070","9f9c49c95ecd25e0cb2587751925976cf64fd184714cb11e213749c80cf0f927","f0c75c08a71f9212c93a719a25fb0320d53f2e50ca89a812640e08f8ad8c408c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"9cafe917bf667f1027b2bb62e2de454ecd2119c80873ad76fc41d941089753b8","c5d4f20e56502eeb4a835541b70ef21c9973f7328df36703a86f466b90580234","a92718a351cdc2d46ef7f1ecd65a967fb5231ebba4330b11af913a18e2583b0a","83ebd1e9bf120b41999d45c3d0a4f9d2c63063bca0f914492924888c2c53309b","00e01b8b372f7f205d71cbfdf6ac5d8a01fe87950a67fe0ebfb2bb87d0c146b3","2e6a91f6ffc4a08b4079feba724fb141b3cebb3a60b20938569163ef6410e0d1","fd31e6544f0f7dc9db92faa6e473a59f53cc3f9e35dc0e3db47c513480953f30","8191e13fa37c4be02dd51d6498695dd3680a2c23e5562ce6d2bb8d935930432d","858b4aeb7ea5dd90650811b071b7e5b41729606d2ee77a3afdb2f899280afdc8","41c32e1871b9696c752257a641177958e0d42b1c2e41d4c56cb600b1ac281fdc","cca1a70dbc1c5d02487d1720305062354c8c428e6d8c81fa3f8478937976d8b1","eabab93ca9a786745af72195153280e883d8e36df9829ecf8b2f539824d042be","d3ed0bdc7460d95a90732872f2861a60f064318b8bad8ad4432d1c04e825c3e4","681f35c141c7a6201d5ffc038fbc28e46fb7a8702fc52b29d2d2dc7ca03328c2","cdb9451988aef334a797bc31eed3235d7b471a6e013bd2ccc92fbf89a535f4d7","8cedbf274baeb7b06233ee4adce9da566fc4c496d88b3fc6dbb58e27b7b90f58","f74b7a54220bc565c738b824fdc2f063ca727001ee9f332d5c399bc59071611f","c7f940a988e13a3948197c3448e896087f598a5a4c7814030d1e54332043d1af","55518514e8bff9cebd363d735c3e85ba1c6f7588c9f320dbc1d565086ef2fc48","9f7e239f4945672307c7d4403aa22bfe3d03f438fa072d7f158095f7df724e9f","7c5073d67f4f2546f368fe635573cfe6de977ed82318d01be15cee4c76c81199","7428869b608e55da6957d000ef9af727ec7424ebef7d2accc3901287c588b5e5","ddef4fa1fd835adfae5660c6c98b24b602fbb65db1e2570fa5d9e947ad5cb17f","e7fb389e0c13e2120c9a8c824ddfabe18e56c316e53e66072e8d86e0610791e6","1b1bd699dfd3c316e64d0d40ce6e35265c24d25a18f6a4505904a0cc21f1ff67","8441a2b8098131edeec9b5092ae81903938a8c3ec8871de2502decff35ccda50","7dbf615f4a2003faa46d93052c7abaa635aa541e266090b0b2350f40f3ae3242","9575d7cfbd601fda04531bb7a10dcc68529554c484e93e5f85a39e2101988612","d91ebb09c2ae0cf320b66c42db3811e4cc8a8ebfc63c3b1e0ee0085cf1fa51ef","b044fccf84b0f5c7cd8a1800a2ef0a7b740c062245823ce009265f4db3942623","97e85df57e051301f940bad38a1e521bf4bd5e98da75554223cd30b0126b29f3","7c717290cb697d86874835037c8aab715d9477e7377c2a53198f2093c0addb2a","e285d39bd2590bf6e30dc326b513ffbc6e7ca2d67fcd94f2761e7f54cfa46dfc","d0d504c82b2a5d2bf48b951a5502ac7284ed974e3249a4fd1c795522c11d9a0d","168eef670afa53e786ccb6afbf3cb78457ff6cc90064e80f0bc5da96cffda665","5651b6955a71b3733260dcf5f7d90f9d648d70b0c1fe24ff8bdcda589f60cbff","36ef474db058911c62a48e6137965cb1dbbdef6a5c97b6887795984d9ee53afb","f416e94790298bdfb37bdc8adb84239880af9224fb1c8513386a6e380aee805d","22af4d26bffe0e8c6c84e9d0d524d9cf770475365ca1c87467dbadd472c90b87","79ce4bd3aabe9f6232bbf25eeaad9994ca94f416139224ebb01085e5ec8290af","fef0f40e32a9e21e58a8ed60607caa0037e55c4c6fe3c842a5c3bd54888f9afa","aebf66a3565c822b77a0c63280f3b07ef3040c985cfea54ad60e91f93b171ab9","aaed09d856decdec134bd8c26a6cbf7d2584bf80c9e89c44c97e267b394b471b","6e18d45952d633c80a1d3a18171aa4a99d3dd0a1615ac2fd88fa93ec01d18ae8","ea4676f9da6673aa1835921f4d9ade3c9fa36a874633b9b90c3dbcde901da3a2","d110ef7cb005b60066855a3d0613dcb33e78c88ab48f1a94be49d8670d9b5496","f3eced93d63b305dd25c3bc0f550921dda3e40acab73276a929e9d01afe44ffe","236a8048bc96944178f7459a0533cc3002e4f923a5f9bca88834d0d2a9290483","d5a60529c38f737d3567074f9a4ec7e4da7759df10912cad6f3d8bdbe662e9a1","4334f5fea672cd97484fa8ef470e5656d0f1bfcc48af553b7f1565bd46f96497","22b6cddb5322bfe32a890fdd3f3a06264d1539f892e3a4f6dbf6f3aa8135883f","3da82fc6ac4649060e524e8bce0b8ba8fe9b17716961f859d30df03734841211","f29e54511f37f6b0c8fa2825db6498afb9ffe2ab828ea6e692b68529cdba7482","437b16e89921dc25ab6313e6685d08c6de6a7df806ff0ffd83596116cb69a0ca","6028cfd2497f620b82b9e75502d3ae11dbb22b87286e2f21859cd5818f75ce9e","543771e77174eda3343f06a7edd0af8b044d83ac8b5e73ec7fbe576fa090d4a2","3134088754c10c988c58ad5cc63b6746e390d72c14a89d73a56100656925b532","95f782b13666a491781b662afacf326f2733f44d8e69a3302ef6e8f30e5784e4","b26659455eb3489593a2bc52a3db4ba638ac626b3a6b2c487c60616846eb33bb","3eba383986313232108bd804db31b71f60367732f6bb08b0a595089efb8f2652","0421ecd58522337c4659fd264eaa659281f494811728c6c9cb873f027719e9d8","5997a6356ec3bca0376b56cd4273adff367934c192e80acb9ca84b2a141727be","fa51e795c197f47e1637261e029249887cd04c36ca9b811d08af8604d8691dc8","d49cc486d093e5e8ae1c26ab9ef34ff6aa3b370173b72a8c7f26d5405abbd896","eb01a7a34a9801b025e68ffcfeba35878026ef0aed36c5d5c1167c27509e68ba","60935703b458c8c407471d3a87112e7733cae17198cf1fa254020c0ffed85b1d","eeabb4e164fe8fbc0caf6afec094230498edc84e7239a3ad38b9c9255b36f80b","e6c450d02573f08e0b7253cbfadd93855c2353344e38b0681c06d44c3caaa6a3","cae3abdc49bdbbefe16879b9e0e08a7c1c8cd2864b7d64645dff1112901145ba","301c604c264389f8f6b4911830488dade60db491489c53b8e7f782616e2b9385","37f92d1fb75f356fcb796bd0dcb65a8a49c93676c1804c13649a690abdd6f2a3","bad7ce18863ea540ea1b6a908f14bb407eeb8ba629f5daed791740cf6512c10e","bc75aa14918b32aab1b84c9f036e0d0636a67a34d87a5c9b8663a43434cb46bf","d9de6be7ea546933d744a8f6c222ce18f840a68cddc8eac8c5a4af37fbc6d802","06511a15f80ee05b40d987fe15532069416e8276d6cd0b0112e6bf058c975ffe","880787c9fb1ef2e540e1f3316ef53d3fb3ce65fc286afc7a060532e8996d475d","9afae14803f3b7343ed6d193173008715c1fa3421a353a818c805244ed737a84","b8f69821bf8ab4ea69e27ab820a02b0cfae16d5d00e763259dc51da9884af07f","b0e09d1f1d4343ee05b4b630d403cd311ee020376f8b3675bb23affc8d5170e1","3400d707f5e0e77db2566b790ff9b66833d9c7d5bf6a24153c6d80d24983f129","98a9cc18f661d28e6bd31c436e1984f3980f35e0f0aa9cf795c54f8ccb667ffe","72efc3e8cee3cb13144cb63bb8aacf28f918439a2ff222de89e0e5d7ba9c7170","a9f940f2463ad6023354a5f8547cf57cd83fb08e980ae225ea23ca826b364622","2fd968ee6d4b658c4e291f550da77463508ca3dca8c9e301b9e53293ed295a81","d1f62988c7e8e8650f7ed39520a766648155abbf75dd89f60e24f069433301d4","5ee80e0f257336250b9db7ff9f444a31e8bbe8d572e2a128d0d47322a790ce15","ee20d6364acdfe569d2a3e97d1e2a062d64d8b658fa117037a0b2215abd7f163","736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","208bb742e0f201470da121bc73847c74b62cff4172f38ae5949ae77d6c9c6b71","3663d1b50f356656a314e5df169bb51cb9d5fd75905fa703f75db6bb32030568","b4358a89fcd9c579f84a6c68e2ce44ca91b07e4db3f8f403c2b7a72c1a1e04b6","4b5ecb9edde130bbc95224b449b4eae534ee9ad3e2fa955815d2f688a2cd8dbc","c928bb9d9f991e1065e1bdc5658e146279d1467607cd56fe2db448adca9096aa","17b3f7c0fe1e00b8e0657f9ce734b1d15114049c4e7133c7d4adf5eceff6f897","4fb0b7d532aa6fb850b6cd2f1ee4f00802d877b5c66a51903bc1fb0624126349","a7e430e32eaefba6b1ebf23a94a4562bfe7051cc83558d33ddc8ff342f3c18e9","d0cace556e7818ff62a68da0dc704f6fd44e04c201886d610c186743adced2dd","8ca853cb2492363b121c37a661471f8088302c35a86e9bb37106e84d71006faa","97f6a1caeed7d99bc9eb8f2a67ea624d7f61b6fb8bf3a1f1bbcf9a08d05dd6a8","ffa9a6756f89a0fc1020acfda4330a5b6362df5445dca833411e940ded2ff7d1","67c83af87c42a3f0a1dfed03c6a181c511b1dc940d788bd5e21a9c6b15b5e29d","6ff15981b302cd2248c87954e5b6bd33e35834be2e3606aad4893b0227c69025","3868aa2ad5a554921eacde16b732b6a0a88dd90f8adf22e0ceae5336f0338554","85363f2ff7774d0c494851e75c62e50d2ccc0650ab26697ada4d1dea8400e0ac","3591f3d233931b519ab37f4cdecdebe7a57b94ffbd1b330412522f508750a70c","2276b1681c76d1a5165695896ed10106197946f0912984d9f42f6a014f25b347","c2f8e065352a0d2527562e133c6e049a2d51bea3b5f5e0064625a7c8c05b6dde","bdcb3460fd01e79780b1afae1bb077b13a56ce6ca81384d26f4e088e8b788796","e95f615c89a977906e66875bb667ced09d5145ac10377e0cd532b84f3cffccd7","0075eff87ccf11943487a5efca13595645bde503315d50509c487b6f94948ddf","4a1c4bd7d4b874418c8958e8c4f9ff1ba4cae77748897260fa2263d8d94f06aa","7b75e12a57b1c171553338d3540ca9ccc060a7bcf65685fd66df10af9a20d29b","4500e55196732b975543495a7662718f582fc845aa356c590cfd0788d5ac2ed3","99447ad062d5f7892b53e0403806c5199f6a894f6d6300c98de7c52cb539ac6e","71fb9695201173e862e21734a932cb532baeb4f4c6974a25e6c1ea8cbf6d36a5","04e3c54c3680d96a71f48a13722e2188e4d278a8a97ff23c61f8fe4dc4bcc83d","0c01be0accedc354136aa2744a9bb931c6a103d8b3d40094dc3e7d0bfbb0c1d6","5697334389754024527902a9f3209e4e01f3205ab82bbca4056fc949c170f105","509cdbbb628c111173b5e800d81e95fdc27b6aa2ae3d403f851862e29a3be0bd","2906d1469a4163ddcb117ba9cc86318b07002f1f517dfc287568e94a80932c63","a6d125c633f05c7397037c90430500865903448968671715a345c78ef5baa53f","859ad3564955f0bb219c5f3cb386d9f41026fa88985f48aa97ea622429703cef","fbc8253ccd8a744ee6314675575b3eda9f131f7cd8395eb476da6cccf151855a","2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","1a7cc144992d79b062c22ac0309c6624dbb0d49bbddff7ea3b9daa0c17bcac0a","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","159bda82b67a7aa30cf7dcf0110cad83bcc6620396830efd470890f0caa6c9c0","5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3","be00321090ed100e3bd1e566c0408004137e73feb19d6380eba57d68519ff6c5","dd122fcdd4acbee2a2b14f74c8208dae9d832d533996d74d4ab884d48665bc3d","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322","462bccdf75fcafc1ae8c30400c9425e1a4681db5d605d1a0edb4f990a54d8094","5923d8facbac6ecf7c84739a5c701a57af94a6f6648d6229a6c768cf28f0f8cb","7adecb2c3238794c378d336a8182d4c3dd2c4fa6fa1785e2797a3db550edea62","dc12dc0e5aa06f4e1a7692149b78f89116af823b9e1f1e4eae140cd3e0e674e6","1bfc6565b90c8771615cd8cfcf9b36efc0275e5e83ac7d9181307e96eb495161","8a8a96898906f065f296665e411f51010b51372fa260d5373bf9f64356703190","7f82ef88bdb67d9a850dd1c7cd2d690f33e0f0acd208e3c9eba086f3670d4f73",{"version":"3fe15a491a792852283caeece8142bc7427a29c183d9fec8691d95a49c8932a1","affectsGlobalScope":true},"f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","429b6df7d7b94389bd42cfdf39bccea903acd3628498cec6172302801fbeac89","88ff5ebe7bf1c6b5ab736bcfa1fcac6f02c8aa3fc110f2bffe88434c654aec61","1746ef6931d8b4739de3cd6c82d09f5b8edfef49825e1fb5e88b93c52df3fecd","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","6ba73232c9d3267ca36ddb83e335d474d2c0e167481e3dec416c782894e11438"],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"importsNotUsedAsValues":2,"module":1,"newLine":1,"noEmitHelpers":true,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","preserveConstEnums":true,"removeComments":false,"rootDir":"../src","sourceMap":true,"strict":true,"target":7,"tsBuildInfoFile":"./.tsbuildinfo","useDefineForClassFields":true},"fileIdsList":[[124,254],[124],[123,124,142,206,215],[124,245,246],[124,140,206,222,224,247,249,252],[96,123,124,131,140,141,224,241,244,248,249,252,253],[52,124,140],[124,242,243],[124,242],[124,243],[53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,124,132,133,134,135,136,137,138,139],[56,124],[123,124,131],[124,254,255,256,257,258],[124,254,256],[96,124,260],[97,124,131],[51,124],[96,113,120,124,131],[124,263],[124,264],[124,269,274],[99,123,124,131,218,219],[81,124],[84,124],[85,90,124],[86,96,97,104,113,123,124],[86,87,96,104,124],[88,124],[89,90,97,105,124],[90,113,120,124],[91,93,96,104,124],[92,124],[93,94,124],[95,96,124],[96,124],[96,97,98,113,123,124],[96,97,98,113,124],[99,104,113,123,124],[96,97,99,100,104,113,120,123,124],[99,101,113,120,123,124],[81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130],[96,102,124],[103,123,124],[93,96,104,113,124],[105,124],[106,124],[84,107,124],[108,122,124,128],[109,124],[110,124],[96,111,124],[111,112,124,126],[96,113,114,115,124],[113,115,124],[113,114,124],[116,124],[117,124],[96,118,119,124],[118,119,124],[90,104,113,120,124],[121,124],[104,122,124],[85,99,110,123,124],[90,124],[113,124,125],[124,126],[124,127],[85,90,96,98,107,113,123,124,126,128],[113,124,129],[96,113,124,131],[96,99,101,113,120,123,124,129,131],[124,285],[96,97,124,131,225],[124,142,184,201,202],[124,146],[124,146,147],[124,142,146,147,169],[124,142,146,147],[124,146,147,158],[124,146,147,156],[124,142,145,146,148,149,150,151,152,153,154,155,156,157,161,163,201],[124,142,145,161,163,169,175],[124,142,161],[124,142],[124,142,158,159,160,162,163,169,174],[124,201],[124,142,162,169,174,175],[124,163,167,169],[124,162,163],[124,161,201,206],[124,142,175,176],[124,142,143,168,169,171,173,174,175,178],[124,142,143,144,167,168,174,175,177],[124,142,143,175],[124,142,144,169,175],[124,142,143,144,168,169,170,171,172,173,175],[124,142,174,175],[124,143,144,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,200],[124,161,162,163,164,165,166],[124,169,171,173,174,175,177],[124,142,174],[124,142,175],[124,142,175,199],[124,142,201],[124,142,179],[124,142,184,201],[124,142,184,185,201],[124,142,184,206],[124,142,182,183,185,186,187,188,189,190,191,192,193,194,195,196,197,198],[124,184,190,201],[124,184,201],[124,142,199,201,203,204,205],[86,96,101,113,124,128,206,216,217,220,221,222,223],[124,206,224,249,252],[99,113,124,131],[124,267,270],[124,267,270,271,272],[124,269],[124,266,273],[124,230,231,232,233],[124,230,231,232,233,234,235,236,237,238,239,240],[124,230],[124,233,236],[124,230,231,238],[124,232,233,236],[124,268],[124,207,208,210],[124,207,209,210,213],[124,209],[124,215],[124,214],[124,207,208,209,210,211,212],[50,51,124,228,229,250],[124,141,249,250,252],[50,51,98,106,124,140,141,227,228,249,252,253],[50,51,124,140,141,224,228,249,252,253],[50,51,124,140,224,226,227,249,252],[50,124,141,224,226,249,251,252,253]],"referencedMap":[[256,1],[254,2],[216,3],[52,2],[247,4],[246,2],[245,2],[248,5],[249,6],[141,7],[244,8],[243,9],[242,10],[140,11],[53,2],[54,2],[55,2],[57,12],[58,2],[59,2],[60,2],[61,2],[62,12],[63,12],[64,12],[65,2],[66,2],[67,12],[68,2],[69,12],[70,12],[71,12],[72,2],[73,12],[74,2],[75,2],[76,2],[77,12],[78,2],[79,2],[80,2],[132,13],[133,2],[134,2],[135,2],[136,2],[137,2],[138,2],[139,2],[56,2],[259,14],[255,1],[257,15],[258,1],[261,16],[262,17],[227,18],[260,19],[263,2],[264,20],[265,21],[275,22],[276,2],[277,2],[278,2],[219,2],[220,23],[81,24],[82,24],[84,25],[85,26],[86,27],[87,28],[88,29],[89,30],[90,31],[91,32],[92,33],[93,34],[94,34],[95,35],[96,36],[97,37],[98,38],[83,2],[130,2],[99,39],[100,40],[101,41],[131,42],[102,43],[103,44],[104,45],[105,46],[106,47],[107,48],[108,49],[109,50],[110,51],[111,52],[112,53],[113,54],[115,55],[114,56],[116,57],[117,58],[118,59],[119,60],[120,61],[121,62],[122,63],[123,64],[124,65],[125,66],[126,67],[127,68],[128,69],[129,70],[279,2],[280,2],[281,2],[282,2],[283,71],[284,2],[221,72],[285,2],[286,73],[225,2],[266,2],[226,74],[202,2],[203,75],[142,2],[147,76],[150,77],[152,78],[149,77],[154,79],[155,77],[153,79],[146,2],[148,77],[156,80],[157,81],[151,79],[158,82],[159,83],[145,84],[160,85],[161,86],[166,87],[163,88],[164,89],[165,90],[162,91],[177,92],[179,93],[169,94],[144,95],[170,96],[174,97],[173,98],[201,99],[167,100],[180,101],[181,2],[143,85],[171,102],[168,103],[176,103],[200,104],[175,102],[172,102],[178,105],[182,2],[183,106],[185,107],[186,107],[187,87],[188,108],[189,109],[199,110],[191,111],[192,105],[193,105],[194,107],[195,112],[196,112],[197,107],[198,87],[190,107],[204,2],[184,2],[205,87],[206,113],[217,2],[222,2],[224,114],[223,115],[218,116],[51,2],[267,2],[271,117],[273,118],[272,117],[270,119],[274,120],[234,121],[241,122],[235,123],[236,2],[237,124],[232,2],[239,125],[231,123],[233,2],[230,2],[238,2],[240,126],[269,127],[268,2],[50,2],[12,2],[11,2],[2,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[3,2],[4,2],[24,2],[21,2],[22,2],[23,2],[25,2],[26,2],[27,2],[5,2],[28,2],[29,2],[30,2],[31,2],[6,2],[32,2],[33,2],[34,2],[35,2],[7,2],[40,2],[36,2],[37,2],[38,2],[39,2],[8,2],[44,2],[41,2],[42,2],[43,2],[45,2],[9,2],[46,2],[47,2],[48,2],[1,2],[10,2],[49,2],[209,128],[214,129],[211,2],[210,130],[212,131],[207,2],[208,2],[215,132],[213,133],[251,134],[253,135],[250,136],[229,137],[228,138],[252,139]],"exportedModulesMap":[[256,1],[254,2],[216,3],[52,2],[247,4],[246,2],[245,2],[248,5],[249,6],[141,7],[244,8],[243,9],[242,10],[140,11],[53,2],[54,2],[55,2],[57,12],[58,2],[59,2],[60,2],[61,2],[62,12],[63,12],[64,12],[65,2],[66,2],[67,12],[68,2],[69,12],[70,12],[71,12],[72,2],[73,12],[74,2],[75,2],[76,2],[77,12],[78,2],[79,2],[80,2],[132,13],[133,2],[134,2],[135,2],[136,2],[137,2],[138,2],[139,2],[56,2],[259,14],[255,1],[257,15],[258,1],[261,16],[262,17],[227,18],[260,19],[263,2],[264,20],[265,21],[275,22],[276,2],[277,2],[278,2],[219,2],[220,23],[81,24],[82,24],[84,25],[85,26],[86,27],[87,28],[88,29],[89,30],[90,31],[91,32],[92,33],[93,34],[94,34],[95,35],[96,36],[97,37],[98,38],[83,2],[130,2],[99,39],[100,40],[101,41],[131,42],[102,43],[103,44],[104,45],[105,46],[106,47],[107,48],[108,49],[109,50],[110,51],[111,52],[112,53],[113,54],[115,55],[114,56],[116,57],[117,58],[118,59],[119,60],[120,61],[121,62],[122,63],[123,64],[124,65],[125,66],[126,67],[127,68],[128,69],[129,70],[279,2],[280,2],[281,2],[282,2],[283,71],[284,2],[221,72],[285,2],[286,73],[225,2],[266,2],[226,74],[202,2],[203,75],[142,2],[147,76],[150,77],[152,78],[149,77],[154,79],[155,77],[153,79],[146,2],[148,77],[156,80],[157,81],[151,79],[158,82],[159,83],[145,84],[160,85],[161,86],[166,87],[163,88],[164,89],[165,90],[162,91],[177,92],[179,93],[169,94],[144,95],[170,96],[174,97],[173,98],[201,99],[167,100],[180,101],[181,2],[143,85],[171,102],[168,103],[176,103],[200,104],[175,102],[172,102],[178,105],[182,2],[183,106],[185,107],[186,107],[187,87],[188,108],[189,109],[199,110],[191,111],[192,105],[193,105],[194,107],[195,112],[196,112],[197,107],[198,87],[190,107],[204,2],[184,2],[205,87],[206,113],[217,2],[222,2],[224,114],[223,115],[218,116],[51,2],[267,2],[271,117],[273,118],[272,117],[270,119],[274,120],[234,121],[241,122],[235,123],[236,2],[237,124],[232,2],[239,125],[231,123],[233,2],[230,2],[238,2],[240,126],[269,127],[268,2],[50,2],[12,2],[11,2],[2,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[3,2],[4,2],[24,2],[21,2],[22,2],[23,2],[25,2],[26,2],[27,2],[5,2],[28,2],[29,2],[30,2],[31,2],[6,2],[32,2],[33,2],[34,2],[35,2],[7,2],[40,2],[36,2],[37,2],[38,2],[39,2],[8,2],[44,2],[41,2],[42,2],[43,2],[45,2],[9,2],[46,2],[47,2],[48,2],[1,2],[10,2],[49,2],[209,128],[214,129],[211,2],[210,130],[212,131],[207,2],[208,2],[215,132],[213,133],[251,134],[253,135],[250,136],[229,137],[228,138],[252,139]],"semanticDiagnosticsPerFile":[256,254,216,52,247,246,245,248,249,141,244,243,242,140,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,132,133,134,135,136,137,138,139,56,259,255,257,258,261,262,227,260,263,264,265,275,276,277,278,219,220,81,82,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,83,130,99,100,101,131,102,103,104,105,106,107,108,109,110,111,112,113,115,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,279,280,281,282,283,284,221,285,286,225,266,226,202,203,142,147,150,152,149,154,155,153,146,148,156,157,151,158,159,145,160,161,166,163,164,165,162,177,179,169,144,170,174,173,201,167,180,181,143,171,168,176,200,175,172,178,182,183,185,186,187,188,189,199,191,192,193,194,195,196,197,198,190,204,184,205,206,217,222,224,223,218,51,267,271,273,272,270,274,234,241,235,236,237,232,239,231,233,230,238,240,269,268,50,12,11,2,13,14,15,16,17,18,19,20,3,4,24,21,22,23,25,26,27,5,28,29,30,31,6,32,33,34,35,7,40,36,37,38,39,8,44,41,42,43,45,9,46,47,48,1,10,49,209,214,211,210,212,207,208,215,213,251,253,250,229,228,252]},"version":"4.6.3"}
|
package/src/register.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { container, Plugin, preGenericsInitialization, preLogin, postLogin, SapphireClient } from '@sapphire/framework';
|
|
2
|
-
import { watch } from 'chokidar';
|
|
3
|
-
import type { ClientOptions } from 'discord.js';
|
|
4
|
-
|
|
5
|
-
import { InternationalizationClientOptions, InternationalizationHandler } from './index';
|
|
6
|
-
|
|
7
|
-
export class I18nextPlugin extends Plugin {
|
|
8
|
-
public static [preGenericsInitialization](this: SapphireClient, options: ClientOptions): void {
|
|
9
|
-
container.i18n = new InternationalizationHandler(options.i18n);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
public static async [preLogin](this: SapphireClient): Promise<void> {
|
|
13
|
-
await container.i18n.init();
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
public static [postLogin](this: SapphireClient): void {
|
|
17
|
-
if (this.options.i18n?.hmr?.enabled) {
|
|
18
|
-
container.logger.info('[i18next-Plugin]: HMR enabled. Watching for languages changes.');
|
|
19
|
-
const hmr = watch(container.i18n.languagesDirectory, this.options.i18n.hmr.options);
|
|
20
|
-
|
|
21
|
-
for (const event of ['change', 'unlink']) hmr.on(event, () => container.i18n.reloadResources());
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
SapphireClient.plugins.registerPostInitializationHook(I18nextPlugin[preGenericsInitialization], 'I18next-PreGenericsInitialization');
|
|
27
|
-
SapphireClient.plugins.registerPreLoginHook(I18nextPlugin[preLogin], 'I18next-PreLogin');
|
|
28
|
-
SapphireClient.plugins.registerPostLoginHook(I18nextPlugin[postLogin], 'I18next-PostLogin');
|
|
29
|
-
|
|
30
|
-
declare module '@sapphire/pieces' {
|
|
31
|
-
interface Container {
|
|
32
|
-
i18n: InternationalizationHandler;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
declare module 'discord.js' {
|
|
37
|
-
export interface ClientOptions extends InternationalizationClientOptions {}
|
|
38
|
-
}
|