@toa.io/extensions.configuration 1.0.0-alpha.276 → 1.0.0-alpha.277
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 +7 -0
- package/components/configuration.values/operations/create.js +4 -31
- package/components/configuration.values/operations/create.js.map +1 -1
- package/components/configuration.values/operations/fetch.d.ts +1 -1
- package/components/configuration.values/operations/fetch.js +3 -7
- package/components/configuration.values/operations/fetch.js.map +1 -1
- package/components/configuration.values/operations/get.d.ts +1 -1
- package/components/configuration.values/operations/get.js +5 -9
- package/components/configuration.values/operations/get.js.map +1 -1
- package/components/configuration.values/operations/lib/map.js +4 -9
- package/components/configuration.values/operations/lib/map.js.map +1 -1
- package/components/configuration.values/operations/lib/map.test.js +14 -14
- package/components/configuration.values/operations/lib/map.test.js.map +1 -1
- package/components/configuration.values/operations/lib/resolve.js +3 -7
- package/components/configuration.values/operations/lib/resolve.js.map +1 -1
- package/components/configuration.values/operations/list.d.ts +1 -1
- package/components/configuration.values/operations/list.js +6 -10
- package/components/configuration.values/operations/list.js.map +1 -1
- package/components/configuration.values/source/create.ts +1 -1
- package/components/configuration.values/source/fetch.ts +1 -1
- package/components/configuration.values/source/get.ts +2 -2
- package/components/configuration.values/source/lib/map.test.ts +10 -7
- package/components/configuration.values/source/lib/resolve.ts +1 -1
- package/components/configuration.values/source/list.ts +2 -2
- package/components/configuration.values/tsconfig.json +1 -0
- package/components/configuration.values/tsconfig.tsbuildinfo +1 -0
- package/cucumber.mjs +5 -0
- package/features/steps/UI.ts +7 -4
- package/package.json +8 -14
- package/source/Aspect.test.ts +27 -23
- package/source/Aspect.ts +4 -4
- package/source/Client.test.ts +24 -20
- package/source/Client.ts +2 -2
- package/source/Composition.ts +4 -4
- package/source/Factory.ts +5 -5
- package/source/Secret.test.ts +14 -11
- package/source/UI.ts +2 -2
- package/source/configuration.test.ts +21 -18
- package/source/configuration.ts +3 -3
- package/source/deployment.test.ts +20 -19
- package/source/deployment.ts +7 -6
- package/source/epoch.test.ts +8 -5
- package/source/index.ts +4 -4
- package/source/manifest.test.ts +8 -5
- package/source/manifest.ts +2 -2
- package/source/schemas.ts +1 -1
- package/transpiled/Aspect.d.ts +2 -2
- package/transpiled/Aspect.js +12 -16
- package/transpiled/Aspect.js.map +1 -1
- package/transpiled/Aspect.test.js +30 -29
- package/transpiled/Aspect.test.js.map +1 -1
- package/transpiled/Client.d.ts +1 -1
- package/transpiled/Client.js +10 -14
- package/transpiled/Client.js.map +1 -1
- package/transpiled/Client.test.js +28 -27
- package/transpiled/Client.test.js.map +1 -1
- package/transpiled/Composition.d.ts +1 -1
- package/transpiled/Composition.js +11 -16
- package/transpiled/Composition.js.map +1 -1
- package/transpiled/Factory.d.ts +1 -1
- package/transpiled/Factory.js +9 -13
- package/transpiled/Factory.js.map +1 -1
- package/transpiled/Secret.d.ts +0 -1
- package/transpiled/Secret.js +7 -11
- package/transpiled/Secret.js.map +1 -1
- package/transpiled/Secret.test.js +15 -15
- package/transpiled/Secret.test.js.map +1 -1
- package/transpiled/UI.js +14 -41
- package/transpiled/UI.js.map +1 -1
- package/transpiled/configuration.d.ts +1 -1
- package/transpiled/configuration.js +13 -42
- package/transpiled/configuration.js.map +1 -1
- package/transpiled/configuration.test.js +25 -25
- package/transpiled/configuration.test.js.map +1 -1
- package/transpiled/const.js +7 -10
- package/transpiled/const.js.map +1 -1
- package/transpiled/deployment.d.ts +1 -1
- package/transpiled/deployment.js +19 -49
- package/transpiled/deployment.js.map +1 -1
- package/transpiled/deployment.test.js +29 -31
- package/transpiled/deployment.test.js.map +1 -1
- package/transpiled/epoch.js +3 -7
- package/transpiled/epoch.js.map +1 -1
- package/transpiled/epoch.test.js +7 -7
- package/transpiled/epoch.test.js.map +1 -1
- package/transpiled/index.d.ts +4 -4
- package/transpiled/index.js +4 -12
- package/transpiled/index.js.map +1 -1
- package/transpiled/manifest.d.ts +1 -1
- package/transpiled/manifest.js +2 -29
- package/transpiled/manifest.js.map +1 -1
- package/transpiled/manifest.test.js +9 -9
- package/transpiled/manifest.test.js.map +1 -1
- package/transpiled/schemas.js +5 -31
- package/transpiled/schemas.js.map +1 -1
- package/tsconfig.json +2 -1
- package/tsconfig.tsbuildinfo +1 -0
- package/ui/dist/_app/immutable/chunks/{Cov6-56A.js → BmgElDKV.js} +1 -1
- package/ui/dist/_app/immutable/chunks/{MOpxGoVO.js → D8FpNdzZ.js} +1 -1
- package/ui/dist/_app/immutable/chunks/{Chb3af1a.js → DqEfc78C.js} +1 -1
- package/ui/dist/_app/immutable/chunks/{CDKtbN4n.js → SDlqkjtd.js} +2 -2
- package/ui/dist/_app/immutable/chunks/{E7oj41Za.js → XCuD79lA.js} +1 -1
- package/ui/dist/_app/immutable/entry/{app.B9v2AwU_.js → app.DviKj8uz.js} +2 -2
- package/ui/dist/_app/immutable/entry/start.B5sHlPUn.js +1 -0
- package/ui/dist/_app/immutable/nodes/{0.DKSa6mGa.js → 0.BEypu1s7.js} +1 -1
- package/ui/dist/_app/immutable/nodes/{1.Cnu_jAWf.js → 1.Dy5V5EUo.js} +1 -1
- package/ui/dist/_app/immutable/nodes/{2.Dg1zeC2b.js → 2.DCbpDeYM.js} +1 -1
- package/ui/dist/_app/immutable/nodes/3.10zn4N8f.js +1 -0
- package/ui/dist/_app/immutable/nodes/{4.1bG6DC_9.js → 4.DkEiu1vL.js} +1 -1
- package/ui/dist/_app/version.json +1 -1
- package/ui/dist/index.html +10 -10
- package/components/configuration.values/operations/tsconfig.tsbuildinfo +0 -1
- package/cucumber.js +0 -8
- package/transpiled/tsconfig.tsbuildinfo +0 -1
- package/ui/dist/_app/immutable/entry/start.B97KALv1.js +0 -1
- package/ui/dist/_app/immutable/nodes/3.QCbZIibO.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":"7.0.2","root":[[142,148]],"packageJsons":["../../package.json","../../../../libraries/schemas/package.json","../../../../node_modules/@types/node/package.json","../../../../node_modules/ajv/package.json","../../../../node_modules/buffer/package.json","../../../../node_modules/events/package.json","../../../../node_modules/fast-uri/package.json","../../../../node_modules/process/package.json","../../../../node_modules/punycode/package.json","../../../../node_modules/string_decoder/package.json","../../../../node_modules/undici-types/package.json"],"missingPackageJsons":["../../../../node_modules/@types/assert/package.json","../../../../node_modules/@types/assert/strict/package.json","../../../../node_modules/@types/async_hooks/package.json","../../../../node_modules/@types/child_process/package.json","../../../../node_modules/@types/cluster/package.json","../../../../node_modules/@types/console/package.json","../../../../node_modules/@types/constants/package.json","../../../../node_modules/@types/crypto/package.json","../../../../node_modules/@types/dgram/package.json","../../../../node_modules/@types/diagnostics_channel/package.json","../../../../node_modules/@types/dns/package.json","../../../../node_modules/@types/dns/promises/package.json","../../../../node_modules/@types/domain/package.json","../../../../node_modules/@types/events/package.json","../../../../node_modules/@types/fs/package.json","../../../../node_modules/@types/fs/promises/package.json","../../../../node_modules/@types/http/package.json","../../../../node_modules/@types/http2/package.json","../../../../node_modules/@types/https/package.json","../../../../node_modules/@types/inspector/package.json","../../../../node_modules/@types/inspector/promises/package.json","../../../../node_modules/@types/module/package.json","../../../../node_modules/@types/net/package.json","../../../../node_modules/@types/node/assert/package.json","../../../../node_modules/@types/node/dns/package.json","../../../../node_modules/@types/node/fs/package.json","../../../../node_modules/@types/node/inspector/package.json","../../../../node_modules/@types/node/path/package.json","../../../../node_modules/@types/node/readline/package.json","../../../../node_modules/@types/node/stream/package.json","../../../../node_modules/@types/node/test/package.json","../../../../node_modules/@types/node/timers/package.json","../../../../node_modules/@types/node/util/package.json","../../../../node_modules/@types/node/web-globals/package.json","../../../../node_modules/@types/node/zlib/package.json","../../../../node_modules/@types/os/package.json","../../../../node_modules/@types/path/package.json","../../../../node_modules/@types/path/posix/package.json","../../../../node_modules/@types/path/win32/package.json","../../../../node_modules/@types/perf_hooks/package.json","../../../../node_modules/@types/process/package.json","../../../../node_modules/@types/punycode/package.json","../../../../node_modules/@types/querystring/package.json","../../../../node_modules/@types/readline/package.json","../../../../node_modules/@types/readline/promises/package.json","../../../../node_modules/@types/repl/package.json","../../../../node_modules/@types/stream/consumers/package.json","../../../../node_modules/@types/stream/iter/package.json","../../../../node_modules/@types/stream/package.json","../../../../node_modules/@types/stream/promises/package.json","../../../../node_modules/@types/stream/web/package.json","../../../../node_modules/@types/string_decoder/package.json","../../../../node_modules/@types/timers/package.json","../../../../node_modules/@types/timers/promises/package.json","../../../../node_modules/@types/tls/package.json","../../../../node_modules/@types/trace_events/package.json","../../../../node_modules/@types/tty/package.json","../../../../node_modules/@types/url/package.json","../../../../node_modules/@types/util/package.json","../../../../node_modules/@types/util/types/package.json","../../../../node_modules/@types/v8/package.json","../../../../node_modules/@types/vm/package.json","../../../../node_modules/@types/wasi/package.json","../../../../node_modules/@types/worker_threads/package.json","../../../../node_modules/@types/zlib/package.json","../../../../node_modules/ajv/dist/compile/codegen/package.json","../../../../node_modules/ajv/dist/compile/package.json","../../../../node_modules/ajv/dist/compile/validate/package.json","../../../../node_modules/ajv/dist/package.json","../../../../node_modules/ajv/dist/runtime/package.json","../../../../node_modules/ajv/dist/types/package.json","../../../../node_modules/ajv/dist/vocabularies/applicator/package.json","../../../../node_modules/ajv/dist/vocabularies/discriminator/package.json","../../../../node_modules/ajv/dist/vocabularies/format/package.json","../../../../node_modules/ajv/dist/vocabularies/package.json","../../../../node_modules/ajv/dist/vocabularies/unevaluated/package.json","../../../../node_modules/ajv/dist/vocabularies/validation/package.json","../../../../node_modules/assert/package.json","../../../../node_modules/assert/strict/package.json","../../../../node_modules/async_hooks/package.json","../../../../node_modules/child_process/package.json","../../../../node_modules/cluster/package.json","../../../../node_modules/console/package.json","../../../../node_modules/constants/package.json","../../../../node_modules/crypto/package.json","../../../../node_modules/dgram/package.json","../../../../node_modules/diagnostics_channel/package.json","../../../../node_modules/dns/package.json","../../../../node_modules/dns/promises/package.json","../../../../node_modules/domain/package.json","../../../../node_modules/fast-uri/types/package.json","../../../../node_modules/fs/package.json","../../../../node_modules/fs/promises/package.json","../../../../node_modules/http/package.json","../../../../node_modules/http2/package.json","../../../../node_modules/https/package.json","../../../../node_modules/inspector/package.json","../../../../node_modules/inspector/promises/package.json","../../../../node_modules/module/package.json","../../../../node_modules/net/package.json","../../../../node_modules/os/package.json","../../../../node_modules/path/package.json","../../../../node_modules/path/posix/package.json","../../../../node_modules/path/win32/package.json","../../../../node_modules/perf_hooks/package.json","../../../../node_modules/querystring/package.json","../../../../node_modules/readline/package.json","../../../../node_modules/readline/promises/package.json","../../../../node_modules/repl/package.json","../../../../node_modules/stream/consumers/package.json","../../../../node_modules/stream/iter/package.json","../../../../node_modules/stream/package.json","../../../../node_modules/stream/promises/package.json","../../../../node_modules/stream/web/package.json","../../../../node_modules/timers/package.json","../../../../node_modules/timers/promises/package.json","../../../../node_modules/tls/package.json","../../../../node_modules/trace_events/package.json","../../../../node_modules/tty/package.json","../../../../node_modules/url/package.json","../../../../node_modules/util/package.json","../../../../node_modules/util/types/package.json","../../../../node_modules/v8/package.json","../../../../node_modules/vm/package.json","../../../../node_modules/wasi/package.json","../../../../node_modules/worker_threads/package.json","../../../../node_modules/zlib/package.json"],"fileNames":["lib.es5.d.ts","lib.es2015.d.ts","lib.es2016.d.ts","lib.es2017.d.ts","lib.es2018.d.ts","lib.es2019.d.ts","lib.es2020.d.ts","lib.es2021.d.ts","lib.es2022.d.ts","lib.es2023.d.ts","lib.es2024.d.ts","lib.es2025.d.ts","lib.esnext.d.ts","lib.dom.d.ts","lib.dom.iterable.d.ts","lib.dom.asynciterable.d.ts","lib.webworker.importscripts.d.ts","lib.scripthost.d.ts","lib.es2015.core.d.ts","lib.es2015.collection.d.ts","lib.es2015.generator.d.ts","lib.es2015.iterable.d.ts","lib.es2015.promise.d.ts","lib.es2015.proxy.d.ts","lib.es2015.reflect.d.ts","lib.es2015.symbol.d.ts","lib.es2015.symbol.wellknown.d.ts","lib.es2016.array.include.d.ts","lib.es2016.intl.d.ts","lib.es2017.arraybuffer.d.ts","lib.es2017.date.d.ts","lib.es2017.object.d.ts","lib.es2017.sharedmemory.d.ts","lib.es2017.string.d.ts","lib.es2017.intl.d.ts","lib.es2017.typedarrays.d.ts","lib.es2018.asyncgenerator.d.ts","lib.es2018.asynciterable.d.ts","lib.es2018.intl.d.ts","lib.es2018.promise.d.ts","lib.es2018.regexp.d.ts","lib.es2019.array.d.ts","lib.es2019.object.d.ts","lib.es2019.string.d.ts","lib.es2019.symbol.d.ts","lib.es2019.intl.d.ts","lib.es2020.bigint.d.ts","lib.es2020.date.d.ts","lib.es2020.promise.d.ts","lib.es2020.sharedmemory.d.ts","lib.es2020.string.d.ts","lib.es2020.symbol.wellknown.d.ts","lib.es2020.intl.d.ts","lib.es2020.number.d.ts","lib.es2021.promise.d.ts","lib.es2021.string.d.ts","lib.es2021.weakref.d.ts","lib.es2021.intl.d.ts","lib.es2022.array.d.ts","lib.es2022.error.d.ts","lib.es2022.intl.d.ts","lib.es2022.object.d.ts","lib.es2022.string.d.ts","lib.es2022.regexp.d.ts","lib.es2023.array.d.ts","lib.es2023.collection.d.ts","lib.es2023.intl.d.ts","lib.es2024.arraybuffer.d.ts","lib.es2024.collection.d.ts","lib.es2024.object.d.ts","lib.es2024.promise.d.ts","lib.es2024.regexp.d.ts","lib.es2024.sharedmemory.d.ts","lib.es2024.string.d.ts","lib.es2025.collection.d.ts","lib.es2025.float16.d.ts","lib.es2025.intl.d.ts","lib.es2025.iterator.d.ts","lib.es2025.promise.d.ts","lib.es2025.regexp.d.ts","lib.esnext.array.d.ts","lib.esnext.collection.d.ts","lib.esnext.date.d.ts","lib.esnext.decorators.d.ts","lib.esnext.disposable.d.ts","lib.esnext.error.d.ts","lib.esnext.intl.d.ts","lib.esnext.sharedmemory.d.ts","lib.esnext.temporal.d.ts","lib.esnext.typedarrays.d.ts","lib.decorators.d.ts","lib.decorators.legacy.d.ts","lib.esnext.full.d.ts","../../../../libraries/schemas/types/schema.d.ts","../../../../libraries/schemas/types/namespace.d.ts","../../../../node_modules/fast-uri/types/index.d.ts","../../../../node_modules/ajv/dist/compile/codegen/code.d.ts","../../../../node_modules/ajv/dist/compile/codegen/scope.d.ts","../../../../node_modules/ajv/dist/compile/codegen/index.d.ts","../../../../node_modules/ajv/dist/compile/rules.d.ts","../../../../node_modules/ajv/dist/compile/util.d.ts","../../../../node_modules/ajv/dist/compile/validate/subschema.d.ts","../../../../node_modules/ajv/dist/compile/errors.d.ts","../../../../node_modules/ajv/dist/compile/validate/index.d.ts","../../../../node_modules/ajv/dist/compile/validate/dataType.d.ts","../../../../node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts","../../../../node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts","../../../../node_modules/ajv/dist/vocabularies/applicator/contains.d.ts","../../../../node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts","../../../../node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts","../../../../node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts","../../../../node_modules/ajv/dist/vocabularies/applicator/not.d.ts","../../../../node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts","../../../../node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts","../../../../node_modules/ajv/dist/vocabularies/applicator/if.d.ts","../../../../node_modules/ajv/dist/vocabularies/applicator/index.d.ts","../../../../node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts","../../../../node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts","../../../../node_modules/ajv/dist/vocabularies/validation/pattern.d.ts","../../../../node_modules/ajv/dist/vocabularies/validation/required.d.ts","../../../../node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts","../../../../node_modules/ajv/dist/vocabularies/validation/const.d.ts","../../../../node_modules/ajv/dist/vocabularies/validation/enum.d.ts","../../../../node_modules/ajv/dist/vocabularies/validation/index.d.ts","../../../../node_modules/ajv/dist/vocabularies/format/format.d.ts","../../../../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts","../../../../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts","../../../../node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts","../../../../node_modules/ajv/dist/vocabularies/discriminator/types.d.ts","../../../../node_modules/ajv/dist/vocabularies/discriminator/index.d.ts","../../../../node_modules/ajv/dist/vocabularies/errors.d.ts","../../../../node_modules/ajv/dist/types/json-schema.d.ts","../../../../node_modules/ajv/dist/types/jtd-schema.d.ts","../../../../node_modules/ajv/dist/runtime/validation_error.d.ts","../../../../node_modules/ajv/dist/compile/ref_error.d.ts","../../../../node_modules/ajv/dist/core.d.ts","../../../../node_modules/ajv/dist/compile/resolve.d.ts","../../../../node_modules/ajv/dist/compile/index.d.ts","../../../../node_modules/ajv/dist/types/index.d.ts","../../../../node_modules/ajv/dist/ajv.d.ts","../../../../libraries/schemas/types/index.d.ts","./source/lib/map.ts","./source/create.ts","./source/lib/resolve.ts","./source/fetch.ts","./source/get.ts","./source/list.ts","./source/lib/map.test.ts","../../../../node_modules/@types/node/globals.typedarray.d.ts","../../../../node_modules/@types/node/buffer.buffer.d.ts","../../../../node_modules/@types/node/globals.d.ts","../../../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../../node_modules/@types/node/web-globals/blob.d.ts","../../../../node_modules/@types/node/web-globals/console.d.ts","../../../../node_modules/@types/node/web-globals/crypto.d.ts","../../../../node_modules/@types/node/web-globals/domexception.d.ts","../../../../node_modules/@types/node/web-globals/encoding.d.ts","../../../../node_modules/@types/node/web-globals/events.d.ts","../../../../node_modules/undici-types/utility.d.ts","../../../../node_modules/undici-types/header.d.ts","../../../../node_modules/undici-types/readable.d.ts","../../../../node_modules/undici-types/fetch.d.ts","../../../../node_modules/undici-types/formdata.d.ts","../../../../node_modules/undici-types/connector.d.ts","../../../../node_modules/undici-types/client-stats.d.ts","../../../../node_modules/undici-types/client.d.ts","../../../../node_modules/undici-types/errors.d.ts","../../../../node_modules/undici-types/dispatcher.d.ts","../../../../node_modules/undici-types/global-dispatcher.d.ts","../../../../node_modules/undici-types/global-origin.d.ts","../../../../node_modules/undici-types/pool-stats.d.ts","../../../../node_modules/undici-types/pool.d.ts","../../../../node_modules/undici-types/handlers.d.ts","../../../../node_modules/undici-types/balanced-pool.d.ts","../../../../node_modules/undici-types/round-robin-pool.d.ts","../../../../node_modules/undici-types/h2c-client.d.ts","../../../../node_modules/undici-types/agent.d.ts","../../../../node_modules/undici-types/dispatcher1-wrapper.d.ts","../../../../node_modules/undici-types/mock-interceptor.d.ts","../../../../node_modules/undici-types/mock-call-history.d.ts","../../../../node_modules/undici-types/mock-agent.d.ts","../../../../node_modules/undici-types/mock-client.d.ts","../../../../node_modules/undici-types/mock-pool.d.ts","../../../../node_modules/undici-types/snapshot-agent.d.ts","../../../../node_modules/undici-types/mock-errors.d.ts","../../../../node_modules/undici-types/proxy-agent.d.ts","../../../../node_modules/undici-types/socks5-proxy-agent.d.ts","../../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../../node_modules/undici-types/retry-handler.d.ts","../../../../node_modules/undici-types/retry-agent.d.ts","../../../../node_modules/undici-types/api.d.ts","../../../../node_modules/undici-types/cache-interceptor.d.ts","../../../../node_modules/undici-types/interceptors.d.ts","../../../../node_modules/undici-types/util.d.ts","../../../../node_modules/undici-types/cookies.d.ts","../../../../node_modules/undici-types/patch.d.ts","../../../../node_modules/undici-types/websocket.d.ts","../../../../node_modules/undici-types/eventsource.d.ts","../../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../../node_modules/undici-types/content-type.d.ts","../../../../node_modules/undici-types/cache.d.ts","../../../../node_modules/undici-types/index.d.ts","../../../../node_modules/@types/node/web-globals/fetch.d.ts","../../../../node_modules/@types/node/web-globals/importmeta.d.ts","../../../../node_modules/@types/node/web-globals/messaging.d.ts","../../../../node_modules/@types/node/web-globals/navigator.d.ts","../../../../node_modules/@types/node/web-globals/performance.d.ts","../../../../node_modules/@types/node/web-globals/storage.d.ts","../../../../node_modules/@types/node/web-globals/streams.d.ts","../../../../node_modules/@types/node/web-globals/timers.d.ts","../../../../node_modules/@types/node/web-globals/url.d.ts","../../../../node_modules/@types/node/assert.d.ts","../../../../node_modules/@types/node/assert/strict.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/ffi.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/inspector.generated.d.ts","../../../../node_modules/@types/node/inspector/promises.d.ts","../../../../node_modules/@types/node/module.d.ts","../../../../node_modules/@types/node/net.d.ts","../../../../node_modules/buffer/index.d.ts","../../../../node_modules/@types/node/os.d.ts","../../../../node_modules/@types/node/path.d.ts","../../../../node_modules/@types/node/path/posix.d.ts","../../../../node_modules/@types/node/path/win32.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/quic.d.ts","../../../../node_modules/@types/node/readline.d.ts","../../../../node_modules/@types/node/readline/promises.d.ts","../../../../node_modules/@types/node/repl.d.ts","../../../../node_modules/@types/node/sea.d.ts","../../../../node_modules/@types/node/sqlite.d.ts","../../../../node_modules/@types/node/stream.d.ts","../../../../node_modules/@types/node/stream/consumers.d.ts","../../../../node_modules/@types/node/stream/iter.d.ts","../../../../node_modules/@types/node/stream/promises.d.ts","../../../../node_modules/@types/node/stream/web.d.ts","../../../../node_modules/@types/node/string_decoder.d.ts","../../../../node_modules/@types/node/test.d.ts","../../../../node_modules/@types/node/test/reporters.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/util/types.d.ts","../../../../node_modules/@types/node/v8.d.ts","../../../../node_modules/@types/node/vfs.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/zlib/iter.d.ts","../../../../node_modules/@types/node/index.d.ts"],"fileInfos":[{"version":"16934abaab7026ac114da441aabea1a0","affectsGlobalScope":true,"impliedNodeFormat":1},"d4306fb2e47f74835e8674ffac07d76f","e437c5c1302869326c3bb93da85bbbcf","e4324975a566567b21d350615f1fc6ac","333b1b9a2a9ac3b8497dba5c63b5ba50","6cffacd662b6eb5fa7a36aa2ea366bfa","b4c34f9c23304dbef2d23698637ed638","e5cb86a5fc491796ecd1d2dd348d208f","feb6c6fb19cdb246a5d8acb36a6901c7","9443a7f109277ffaa79d893ed2549995","793cee405385076e27c24f409659dccd","09f69c6610266eaee1ac9e3e30df2c71","62bad718844246b8e17547f37bad6085",{"version":"aae8996e8b5684814785a42cbbefcd79","affectsGlobalScope":true,"impliedNodeFormat":1},"abad6dd56cc8caf095c165df8124d237","abad6dd56cc8caf095c165df8124d237",{"version":"2a9941db0809c9ad0e8837ed629b1dcc","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"d051b93324f36bcc68d152a5ca0988cd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"926204c28cd3d073865348473ae28d2e","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"f25e42c801b2cb3cf2b39792006a9beb","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"6344b55f26a4e81d9608777dbfb877dd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"3c0ed28e53d3695b363e256ec1c023fd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4c2761daba7f17141c25baa0821ac5da","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b87656acabd63e69379ff6ffcfe52fc7","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"597469522da047a5af5222cc6989f405","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"1708ea4d34dc37fadadc63ca01127e80","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"55d97a8c6fbf34a30450a7b1e5f7a298","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"0ee05eb59426d33e374226d8dcfa708b","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"e347c14030993906efcfbb88915b6a05","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b0231263857c9b6a03641acdc9280ceb","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"3b15c4a83b598cacb4067676e6f0abed","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b417d97b7934cef63b1889abec0bbfbf","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"09a6cf4032ebba60ce22a501e663f881","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"2b056277dd138e8f5650fc04e20eaa8d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"e22cc07e3f3cc242ba52fa3f8ea1fc58","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"2c45da767a1bfbb220848df1bc4029e4","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b44c3e0fbaf2130cdcf6ac38b120ffa1","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b612fb5cf8e5d964b92063a75207632a","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"02705151a5e1551b9162a9ed8ab763f7","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"41025e398be9215d32e4337335da8f0b","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"52684c2b1f353a5538e4f275182a54cd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"6dedb6a4f90d1df3a6fbe5693e44886c","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"ca3f36fe3562c07e0f0d71c2bebd3f6d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"409974d6129befbb8226ddd1c6558568","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4d9cfde2a1ae1b4925f1f9bc10848e5d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"7e1daecc66dd564144e3bb1a0266b5fd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"a8e1d9bb35fd0637f2f9fd2b2a54f2ec","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4f168501772a6543182765bfd5f2fbfe","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"a19c80aad1b2162103496f5ba293a732","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b69afa63cd5d059851c78adb2856ee09","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"ae2fc5d954e9b0f5feee3d481b953c27","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"1cfd3091a071d8b6feec15277643bafe","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"1da2c1f258970fd3cc91184f69e91a9d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"a0d87491913d843139e0c993650a3235","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4ef72aa378127e7b7abba915b0110b1e","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"3ec74c6a7d4463f0254db3a74cf75646","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"84c2bdfa470d075526cce6322d81b0b6","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"0b3844c2b8c73e4e1ab91431411cad11","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4fc71cf4a15b8d99675a31df77f26e07","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"d1b49564ddaeca3df5b6dbae925d2242","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"6a25be566d60ccfc2d6e8b7bfdeefa83","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"8a20e27646985dfd58c57ca6566553dd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"9969f02ad3cdcbf4f709405cda44167f","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"9c9be4792a7a4f42c15ae7360bf28779","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"8cf777fe00349b71ee9c4b6f3fe7fd19","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"74f96bc192530c9723f572bfff3d3078","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"1df91c56b25955c56387426f378173c5","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"38856f70edcd2115c355d96ec77cc09e","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"de8700156c1275465bcd473c28b359aa","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"d47cfdb6ede40518357bb5a4cd7cd9fb","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"6e5773860cd9e5b15e683113f642ab47","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"30ff5fe1682f7fcd629880476ca3c2e0","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"bf23d7d1b40b9015b694ddc2f011752f","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"2cc585d42e2c548f9f24a30a1989fd33","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"713906ce9d332d2242b7f05ed9304be3","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"0219894bfe5042c7e1aa2d22e4a91ed0","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"6009ffff7e43c93318804d2d28e37fe3","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"03be89b227587594fbb50509fc1c2e45","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b30df52dc24740c0bad7c55c3511df7d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"ab8d3c9b5ed5c2ab8f383607eef439f0","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"d950ec671d0a8e07f3c1a31e94abed86","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"1abef2ace5eccb02d60dd73cd5a5ee4c","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"f5f0a3044029d1cc081b5887eb4deb07","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"d57c697f1446940ec4bfe669c962e2c4","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"be41035d7b941482a1e1ae6a5c5dcca5","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"10f7d9da7564f27f8ddf4a162b6da6d3","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"1d0520af549e0c3581f15173cc713ca1","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"d65083f97fd741cff028472563eddb79","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"da7f24f00653ebac660ac1c0821ed33d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"7cb5ae9e65516ea2235f0721f6aac43c","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"f64453cbf9671f28158677fa5c43967a","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"33f317af5428801f944a478d2c1e38e5","affectsGlobalScope":true,"impliedNodeFormat":1},"2bccd8eaa1dc27e6e29feb6b1baad635",{"version":"6ef5d8175158f11e579f2eff706ae0cc","impliedNodeFormat":99},{"version":"73177537e56343f98b6ac74ff0584234","impliedNodeFormat":99},"802724a296026817d9601955082294ac","94ed1759c19caac245597ba44150c658","ceb0ac5d10e07f6c9f770a73505470bc","9c265b3bec273e7bdaa7d09a38788ef8","b54f6e078b3d15ed155eea3206754ec7","8a4ebaaae4e66aa9ccbbde4fa63759de","21c901a8ecd84fa64f96dd1639053c8d","08b574ad929aff7f7a74b2d4f6f4ed33","321d8283d1b599a74caf4e5f2bab2fab","032b6a1ae32202a2e5a228b7612ca643","1d1218557add7c9acf8c696573235622","fb6a4ee77894ae5d00cff3e7d3a051b6","20dff29c5ac44402c1b9686000567226","427e5db3cf2d6fc5d109e72de9b052cc","0f0157bbf6c41fd6136a0cdd09348339","a6ee5064efa6165c13528cdd04bd92ef","bc5bb5f8c1644539e645da50acc0759c","9ff8d249714f36d82664987d83bdbd0b","fbe6e4fbcdea083dbe813916cfeae704","bd4f72f29aa4ae821021e816d760677c","cd15a2b1777e2f95e1c862c1bd8c909d","dfcf4aef9e9ea4f8d1447b282d22d744","2f05e99b7764f62cf7e8cf455db11727","9bf38e8590e8275780cdb08344571da9","afee1ab69e899b8040f94a4fdd21f9ab","d0fb5e95a51f36ca409ee8319b2eaba1","5e615dbe870c5617008676256e9329e1","de6b2dc8a9eca2802140393ff9f1142f","4a746b67c435ca508e9d78fb883e4f4b","f91fca647af2eb5711d236dd94207de5","8dc4118c4acc6911f0b4b8f7f10ad276","dc0392425b132ff17a4fd6d35c03e769","c6782ea8eca63fdf0aaed12060addd49","be6d02b1d1024069a1cbb0d795c0338c","5a84a4689cc1af8e52880e905c38a74a","5f7de59a4c5ad6283e4134640e1226f0","9751e8a0f6668630866eeb9411cc1e29","316b7e4d37a2d481b7d0ba94e56590a4","03903a33b535f7f81c54f777faf1e1e1","704ef5e30581df970cff079c8ed3b9f9","9dbe77ddd371afaaa86a8035665a9bbe","4520dc26585e28b731de4714bbc56c2f","4feb7843c06951605209f22dccd2aeff","867b2bdfc0cb72213a0661de94e56270","ba2bd3724e9bb7e143ef200a08118a11",{"version":"4886936289629ea309efae83ec975570","impliedNodeFormat":99},{"version":"b0697a25f9bc28ede88fab7d42b2eac0","signature":"458c747c4df27faec5ec08e70b4fdc57","impliedNodeFormat":99},{"version":"1483cf6a361fb44ff1dd988ff5e1e28e","signature":"4dc0147b8aa7666b7d01da1d6a62e882","impliedNodeFormat":99},{"version":"754032c1b1646c283dbc1340e4d5908d","signature":"60c698f14fa2745536bf8d379bc50734","impliedNodeFormat":99},{"version":"235da5e342886a791d3826fa42925234","signature":"0e8342c0f4e4e4bfc63236ab5428a2d3","impliedNodeFormat":99},{"version":"3a4edf4439c9fd925701916cc8d1544f","signature":"a94214f5e08693eb69eb1bf4cb2fd22b","impliedNodeFormat":99},{"version":"d3845529d9c769d9371c2c4c1936deb6","signature":"45fb121b6142912d67391ed62a3a6aa7","impliedNodeFormat":99},{"version":"f6f5222c634c357368cc6e52a98ab5b3","signature":"abe7d9981d6018efb6b2b794f40a1607","impliedNodeFormat":99},{"version":"014eb4d3e0618e548a7001fb52d9f78b","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"8ab4edc191017b1a2ad5b3cb8b46cdb8","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"c5eb15737c858d986e0d5a542103b1df","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"ec83150a952000d42a7e6ccedac2d892","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"494755686d9e421e630117d917760e4f","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"c3f3d4053311f68af31e07f6e167faf6","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"86013697f2045d357ef20d7a952cdc12","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"fbef359f7184dcd12e5b3b95b171cca0","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"1ca5302f6fe11154128eef397b5a285b","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"13835e9ba9b025ad7cab01fe7bad1fe3","affectsGlobalScope":true,"impliedNodeFormat":1},"49133c0dfbc32ab95668c3443dea49e5","d0b24ed45e91de84ca0fbafde3797006","9f970a4ba4bb3ed6326d46b3ddab3f63","7326b52c300bf65ac2f7e089fa536421","75de66fc4824402123c0d694ccc0a085","ff1283d1b4e6fa719203127857079e2e","fcd1a513c1e5802916fa602e8b8e64bc","78963d55a7500f2a08ecf81c3e2f2351","c1ace754853b3b972549a44a2316ca86","cf4561df3889c71b6b70fda4afe61f62","705645fe223430c696f47b708d592ca8","28d57c837c94adb42add03d499793cab","8c01a9bbae8449be21b3e018d59a74ac","b4a1cb50a619bde79c20d19aeb560633","21dc8b1a2dfd71b39278fd1db4055489","74d351e4ed233e82c6d74c444c1a6b86","35b9b5981aa2c74f808ba3334548e89b","81870445ff689f1a6c65a6d62e034298","d7131a7789ae06e6ba79d7cd1841fde7","dd373f44a8c44dd9286f3b43e07fc873","d7e5f7a0f1f883f28458f684106e7643","c2364011a80b6a9e3cc0e77895bad577","38da5c670190f4a35cbc204ca6c616bf","d95cc0eb29beed58f5ce72db21398f53","ecd53256b1ec7379c73316eaf392a69c","9871d4fb594b51eb13a3f6db71e01844","69c7bb9c3befe9ae37eed0e6a6310fee","c9351e1ed4d066672ad38be5c44f60b9","71e556084722c2a3f00f47d999db1e35","094ecadae30f65a82b77343dde77a666","f75df12d75dd783b03a0329b95abdb25","b438b08b2f0ed94a95a75c8990d9021b","f2becd2589591db92ab14e803eb8bdd5","230b29c24dac9c9800ba909debbaf7c4","518eaa3ff1153eacd0343a6bab2ce870","0468c0ccd0ec7770b76481b165564d62","188234d616a4f50ed9b14c8f84a39f33","4c116bcf0a47ea8fbf4072f380925fa7","213fda99209bff9d0330b6d9f5c9c7f3","add85ec26ba695fc99c698dbec065f8c","5bfde23f96fc502b5413d772c35e1abf","b744265d8ad12b7d4d5c5dc35d18d44e","eff32168b8348b822afeed9cbf61afa7","531a291f1cbe853ce3a138313c7448e9",{"version":"3b4fc11e9a5d20c846f1ba38889cbc8d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"53b0e86dfe96eb781a056e2662bf1e3b","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"d0bac56ae60094675c08a325b81d3b1a","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"292c9398a407b33b1d9c9812b673387a","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"83bc735c360e42b09f2b102d7b831ede","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"45df94b3c51b898624bacc2bcd6d9eb2","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"0b1a6b0b0f8828c286f9ae2ba01c4a5c","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"8617a23553d74c31be6da303c668bd18","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"3f2d808ba5f1ae3681bf7df616488dcd","affectsGlobalScope":true,"impliedNodeFormat":1},"4e58ba439fc661a1e2337fd17ae89d94","604aab8dd7c02abe3fcf1218fa951439","eb8c0e64b0e0e76f43e7c552937a365f",{"version":"d9f08c6ae1f16ca22e5a7ee7c02e8f55","affectsGlobalScope":true,"impliedNodeFormat":1},"e894ca92e848c9059a67e916bf4a5ccd","2c43726da10a0a524992e6fd4a561aba","75c6ee2c7a0e7d54f06ae1941553f44f","9af5958f27aacf7d18939d710f5b0da4","de7cf5e4aaf0fcdb2812d862f7dfd647","f30f64747df91267926bcf85bb6baa63","dca9e0bed5a66eaef8e9d2533b733526","4fbcefaa3aa9d4af9d76d946c7c445cc","949ce92cb920c39fb4ff87098ebe56af","2d8ebe6eb639d14875e12acf069d9c65",{"version":"2d30f3e526b72134674afeee7eb5f870","affectsGlobalScope":true,"impliedNodeFormat":1},"181dcb34d7e826bd78ede0b7f8794432","516b9a8f5be6176b42a139206d8a4b0f","c01d3dfae670c432efbc2a173594b5a1","884c159995901fb84a4c350db7da9e48","85951d6d06f2bafece2fcf8917693167","8383fa58c2f75291c454f84915f12190","4516059403323bf291a537284f4f0d21","fc81ee7b08868ee0973983110e2ef386","f7be6b8b253b7d07c8476f23bbdc98c1",{"version":"48b2540ad661c32ab2cf99d5d0300f98","affectsGlobalScope":true,"impliedNodeFormat":1},"ad1e51d53dafa1c54c669fb126b8baf5","27ac8812a712750df047dfd949bc28f3","beb256af4099983453b3f33660699c9a","860f49c8d6ad48b19bf7ed0bc5d2824e","235cc33b85ac998f0f2df0807648acb8","c0c62035e8f8a0b6da47b6277fd6dbb2","1b176e9abc725e3ab4838bc569ed6e3a",{"version":"a46453aee5afbfec3678c420313e0d47","affectsGlobalScope":true,"impliedNodeFormat":1},"196cd3003168b4ee2df015d15cfed000","66b5b9b84ab95e019a6e1f5edb8bd250","2e3deefa9b9c888c081706361a645cfe","2e2ed32d5133fb4c60f95543217e669e","2580385b74019e646d76a9f68fdbf31b","aa0f7a546acda88ef0a5df40ff0e5122","b3bdce048b1c601e1a19a4c3ee32053b","948b8517c9f39acc6e1c356773f8a660",{"version":"c18928bec3bc65892c54962be1683163","affectsGlobalScope":true,"impliedNodeFormat":1},"f9c43b0225ab4f6dc8aff6e619d322a8","e3a37368763f25483bba2c5ddedeeff3","6e1de2df81bd936ffb5509f921f1fc8c","c7576162a5c832fc7681771ad7a50357","9959a7e96eedcbc697460cf0d31bda74","cb842435634eb3f9f1b2bf85bf7fdb3b","0b355907ec29bf7f68cedaff3b6b71f5",{"version":"b73a052b5fd08948bd559dcca4424ede","affectsGlobalScope":true,"impliedNodeFormat":1},"e6ad9a1d5cc3099621a4a7bba328d248","817586087035c6ea2a0c015caba8fb59","b4dbe09999921e219d6ff56b29720eae","5d46377ba24278d5476dc24dcb760b20","93f25f3a36ba4dd4c8efff0cc442f118","513ff65469f15b8059ed4edd7033614a","b0466c3034f5921a2c78e7da534f2b19","4c638ae62e5dbcc434c231576773dd6c","59880794a53cfb4c1d90ae79136b04dc","03f9be20ff7c3e5e8b98f11d0641aa47","3b1ae8bab308b1e5ac7e7a26d27167ad","a41a5f7019678ba4b53936492dc465d1","35c1d312d8ffabf1e4546bfeaeb4142e","6728fae9ef4170f6403bf6db25cc60c6","8989c3c06069b305178e23d87eae41e7"],"fileIdsList":[[141,142,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[144,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[142,144,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[142,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[94,95,140,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[94,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,202,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[149,150,151,152,153,154,155,156,157,158,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,273,274,275],[150,202,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,202,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274],[99,100,104,131,132,134,135,136,138,139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[97,98,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[97,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[99,139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[99,100,136,137,139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[96,139,140,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[99,100,138,139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[99,100,102,103,138,139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[99,100,101,138,139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[99,100,104,131,132,133,134,135,138,139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[96,99,100,104,136,138,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[104,139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[106,107,108,109,110,111,112,113,114,115,139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[129,139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[105,116,124,125,126,127,128,130,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[109,139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[117,118,119,120,121,122,123,139,150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,165,168,171,172,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,168,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,168,172,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,162,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,166,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,164,165,168,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276],[150,162,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276],[150,164,168,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,159,160,161,163,167,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,168,177,186,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,160,166,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,168,196,197,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,160,163,168,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276],[150,159,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,162,163,164,166,167,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,168,189,192,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,168,177,179,180,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,166,168,179,181,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,167,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,160,162,168,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,168,172,179,181,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,172,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,166,168,171,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,160,164,168,177,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,168,189,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,181,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,160,164,168,172,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],[150,162,168,196,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276]],"options":{"allowJs":true,"declaration":true,"experimentalDecorators":true,"module":199,"noImplicitOverride":true,"outDir":"./operations","rootDir":"./source","skipLibCheck":true,"strict":true,"sourceMap":true,"target":99,"esModuleInterop":true},"referencedMap":[[143,1],[145,2],[146,3],[148,4],[142,5],[144,4],[147,3],[141,6],[95,7],[94,5],[212,8],[213,9],[214,10],[150,11],[215,12],[216,13],[217,14],[218,15],[219,16],[220,17],[221,18],[222,19],[223,20],[224,21],[225,22],[226,23],[227,24],[228,25],[229,26],[151,5],[149,5],[230,27],[231,28],[232,29],[276,30],[233,31],[234,32],[235,33],[236,34],[237,35],[239,36],[240,37],[241,38],[242,39],[243,40],[244,41],[245,42],[246,43],[247,44],[248,45],[249,46],[250,47],[251,48],[252,49],[253,50],[254,51],[255,52],[256,53],[257,54],[258,55],[259,56],[260,57],[261,58],[262,59],[263,60],[264,61],[265,62],[266,63],[267,64],[268,65],[269,66],[270,67],[271,68],[272,69],[152,5],[153,5],[154,5],[155,5],[156,5],[157,5],[158,5],[203,70],[204,5],[205,5],[206,5],[207,5],[208,5],[209,5],[210,5],[211,5],[273,71],[274,72],[275,73],[91,5],[92,5],[16,5],[14,5],[15,5],[20,5],[19,5],[2,5],[21,5],[22,5],[23,5],[24,5],[25,5],[26,5],[27,5],[28,5],[3,5],[29,5],[30,5],[4,5],[31,5],[35,5],[32,5],[33,5],[34,5],[36,5],[37,5],[38,5],[5,5],[39,5],[40,5],[41,5],[42,5],[6,5],[46,5],[43,5],[44,5],[45,5],[47,5],[7,5],[48,5],[53,5],[54,5],[49,5],[50,5],[51,5],[52,5],[8,5],[58,5],[55,5],[56,5],[57,5],[59,5],[9,5],[60,5],[61,5],[62,5],[64,5],[63,5],[65,5],[66,5],[10,5],[67,5],[68,5],[69,5],[11,5],[70,5],[71,5],[72,5],[73,5],[74,5],[75,5],[12,5],[76,5],[77,5],[78,5],[79,5],[80,5],[1,5],[81,5],[82,5],[13,5],[83,5],[84,5],[85,5],[86,5],[93,5],[87,5],[88,5],[89,5],[90,5],[18,5],[17,5],[140,74],[97,5],[99,75],[98,76],[103,77],[138,78],[135,79],[137,80],[100,79],[101,81],[105,81],[104,82],[102,83],[136,84],[134,79],[139,85],[132,5],[133,5],[106,86],[111,79],[113,79],[108,79],[109,86],[115,79],[116,87],[107,79],[112,79],[114,79],[110,79],[130,88],[129,79],[131,89],[125,79],[127,79],[126,79],[122,79],[128,90],[123,79],[124,91],[117,79],[118,79],[119,79],[120,79],[121,79],[238,5],[96,5],[177,92],[191,93],[174,94],[192,5],[201,95],[165,96],[166,97],[164,5],[200,98],[195,99],[199,100],[168,101],[178,93],[188,102],[167,103],[198,104],[162,105],[163,99],[169,93],[170,5],[176,100],[173,93],[160,106],[202,107],[193,108],[181,109],[180,93],[182,110],[185,111],[179,112],[183,113],[196,98],[171,114],[172,115],[186,116],[161,5],[190,117],[189,93],[175,115],[184,118],[187,119],[194,5],[159,5],[197,120]]}
|
package/cucumber.mjs
ADDED
package/features/steps/UI.ts
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import assert from 'node:assert'
|
|
2
2
|
import * as http from 'node:http'
|
|
3
3
|
import { resolve } from 'node:path'
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
import {
|
|
4
|
+
import tsflow from 'cucumber-tsflow'
|
|
5
|
+
|
|
6
|
+
import { UI } from '../../source/UI.js'
|
|
7
|
+
import { UI_PORT } from '../../source/const.js'
|
|
8
|
+
|
|
9
|
+
const { after, binding, given, then, when } = tsflow
|
|
7
10
|
|
|
8
11
|
/**
|
|
9
12
|
* The scenarios are about the server, not about the page: it is pointed at a fixture
|
|
@@ -16,7 +19,7 @@ export class Site {
|
|
|
16
19
|
|
|
17
20
|
@given('the UI is published')
|
|
18
21
|
public async publish (): Promise<void> {
|
|
19
|
-
this.server = new UI(UI_PORT, resolve(
|
|
22
|
+
this.server = new UI(UI_PORT, resolve(import.meta.dirname, '..', 'site'))
|
|
20
23
|
|
|
21
24
|
await this.server.connect()
|
|
22
25
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toa.io/extensions.configuration",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.277",
|
|
4
|
+
"type": "module",
|
|
4
5
|
"description": "Toa Configuration",
|
|
5
6
|
"author": "temich <tema.gurtovoy@gmail.com>",
|
|
6
7
|
"homepage": "https://github.com/toa-io/toa#readme",
|
|
@@ -20,20 +21,13 @@
|
|
|
20
21
|
"transpile": "tsc && tsc -p ./components/configuration.values",
|
|
21
22
|
"build:ui": "npm --prefix ui ci && npm --prefix ui run build",
|
|
22
23
|
"prepack": "npm run build:ui",
|
|
23
|
-
"features": "
|
|
24
|
+
"features": "TSX_TSCONFIG_PATH=features/steps/tsconfig.json NODE_OPTIONS=--import=tsx cucumber-js"
|
|
24
25
|
},
|
|
25
|
-
"
|
|
26
|
-
"preset": "ts-jest",
|
|
27
|
-
"testEnvironment": "node",
|
|
28
|
-
"testPathIgnorePatterns": [
|
|
29
|
-
"<rootDir>/ui"
|
|
30
|
-
]
|
|
31
|
-
},
|
|
32
|
-
"gitHead": "6f81af829c7bf8a2db5a409f3d60ea40d15583ef",
|
|
26
|
+
"gitHead": "0c0071418c2c56a44e621ba5ced5cdd23dff1738",
|
|
33
27
|
"dependencies": {
|
|
34
|
-
"@toa.io/core": "1.0.0-alpha.
|
|
35
|
-
"@toa.io/generic": "1.0.0-alpha.
|
|
36
|
-
"@toa.io/schemas": "1.0.0-alpha.
|
|
37
|
-
"openspan": "1.0.0-alpha.
|
|
28
|
+
"@toa.io/core": "1.0.0-alpha.277",
|
|
29
|
+
"@toa.io/generic": "1.0.0-alpha.277",
|
|
30
|
+
"@toa.io/schemas": "1.0.0-alpha.277",
|
|
31
|
+
"openspan": "1.0.0-alpha.277"
|
|
38
32
|
}
|
|
39
33
|
}
|
package/source/Aspect.test.ts
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
|
+
import { it, beforeEach, afterEach, mock } from 'node:test'
|
|
2
|
+
import assert from 'node:assert/strict'
|
|
3
|
+
import { isDeepStrictEqual } from 'node:util'
|
|
4
|
+
|
|
1
5
|
import { Connector, Locator } from '@toa.io/core'
|
|
2
6
|
import { generate } from 'randomstring'
|
|
3
|
-
import { Aspect } from './Aspect'
|
|
4
|
-
import type { Client, Listener } from './Client'
|
|
5
|
-
import type { Manifest } from './manifest'
|
|
7
|
+
import { Aspect } from './Aspect.js'
|
|
8
|
+
import type { Client, Listener } from './Client.js'
|
|
9
|
+
import type { Manifest } from './manifest.js'
|
|
6
10
|
|
|
7
11
|
class Fake extends Connector {
|
|
8
|
-
public readonly fetch =
|
|
9
|
-
public readonly subscribe =
|
|
10
|
-
public readonly unsubscribe =
|
|
12
|
+
public readonly fetch = mock.fn(async () => ({ configuration: { foo: 'served' }, created: 5 }))
|
|
13
|
+
public readonly subscribe = mock.fn()
|
|
14
|
+
public readonly unsubscribe = mock.fn()
|
|
11
15
|
}
|
|
12
16
|
|
|
13
17
|
const manifest: Manifest = {
|
|
@@ -31,7 +35,7 @@ afterEach(() => {
|
|
|
31
35
|
})
|
|
32
36
|
|
|
33
37
|
it('should be named', async () => {
|
|
34
|
-
|
|
38
|
+
assert.deepStrictEqual(new Aspect(locator, manifest, null).name, 'configuration')
|
|
35
39
|
})
|
|
36
40
|
|
|
37
41
|
it('should resolve locally without a client', async () => {
|
|
@@ -41,9 +45,9 @@ it('should resolve locally without a client', async () => {
|
|
|
41
45
|
|
|
42
46
|
await aspect.connect()
|
|
43
47
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
48
|
+
assert.deepStrictEqual(aspect.invoke(), { foo: 'local', bar: { baz: 'quux' } })
|
|
49
|
+
assert.deepStrictEqual(aspect.invoke(['foo']), 'local')
|
|
50
|
+
assert.deepStrictEqual(aspect.invoke(['bar', 'baz']), 'quux')
|
|
47
51
|
})
|
|
48
52
|
|
|
49
53
|
it('should fetch from the client and follow it', async () => {
|
|
@@ -52,40 +56,40 @@ it('should fetch from the client and follow it', async () => {
|
|
|
52
56
|
|
|
53
57
|
await aspect.connect()
|
|
54
58
|
|
|
55
|
-
|
|
56
|
-
|
|
59
|
+
assert.deepStrictEqual(client.connected, true)
|
|
60
|
+
assert.strictEqual(client.fetch.mock.callCount(), 1)
|
|
57
61
|
|
|
58
|
-
const [component, epoch] = client.fetch.mock.calls[0] as unknown as [string, string]
|
|
62
|
+
const [component, epoch] = client.fetch.mock.calls[0].arguments as unknown as [string, string]
|
|
59
63
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
64
|
+
assert.deepStrictEqual(component, locator.id)
|
|
65
|
+
assert.match(epoch, /^[a-f0-9]{64}$/)
|
|
66
|
+
assert.deepStrictEqual(aspect.invoke(), { foo: 'served', bar: { baz: 'quux' } })
|
|
63
67
|
|
|
64
|
-
|
|
68
|
+
assert.ok(client.subscribe.mock.calls.some((call: any) => call.arguments.length === 3 && isDeepStrictEqual(call.arguments[0], component) && isDeepStrictEqual(call.arguments[1], epoch) && typeof call.arguments[2] === 'function'))
|
|
65
69
|
|
|
66
|
-
const listener = client.subscribe.mock.calls[0][2] as Listener
|
|
70
|
+
const listener = client.subscribe.mock.calls[0].arguments[2] as Listener
|
|
67
71
|
|
|
68
72
|
listener({ configuration: { foo: 'updated' }, created: 6 })
|
|
69
73
|
|
|
70
|
-
|
|
74
|
+
assert.deepStrictEqual(aspect.invoke(['foo']), 'updated')
|
|
71
75
|
|
|
72
76
|
// what is not newer than the held value is left alone
|
|
73
77
|
listener({ configuration: { foo: 'stale' }, created: 6 })
|
|
74
78
|
listener({ configuration: { foo: 'older' }, created: 4 })
|
|
75
79
|
|
|
76
|
-
|
|
80
|
+
assert.deepStrictEqual(aspect.invoke(['foo']), 'updated')
|
|
77
81
|
|
|
78
82
|
// a value that does not fit keeps the previous one
|
|
79
83
|
listener({ configuration: { foo: { nested: true } }, created: 7 })
|
|
80
84
|
|
|
81
|
-
|
|
85
|
+
assert.deepStrictEqual(aspect.invoke(['foo']), 'updated')
|
|
82
86
|
|
|
83
87
|
// and the one after it still applies
|
|
84
88
|
listener({ configuration: { foo: 'latest' }, created: 8 })
|
|
85
89
|
|
|
86
|
-
|
|
90
|
+
assert.deepStrictEqual(aspect.invoke(['foo']), 'latest')
|
|
87
91
|
|
|
88
92
|
await aspect.disconnect()
|
|
89
93
|
|
|
90
|
-
|
|
94
|
+
assert.ok(client.unsubscribe.mock.calls.some((call: any) => call.arguments.length === 3 && isDeepStrictEqual(call.arguments[0], component) && isDeepStrictEqual(call.arguments[1], epoch) && isDeepStrictEqual(call.arguments[2], listener)))
|
|
91
95
|
})
|
package/source/Aspect.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { console } from 'openspan'
|
|
2
2
|
import { Connector, type Locator, type extensions } from '@toa.io/core'
|
|
3
|
-
import { fit, local, type Node } from './configuration'
|
|
4
|
-
import { epoch } from './epoch'
|
|
5
|
-
import type { Client, Value } from './Client'
|
|
6
|
-
import type { Manifest } from './manifest'
|
|
3
|
+
import { fit, local, type Node } from './configuration.js'
|
|
4
|
+
import { epoch } from './epoch.js'
|
|
5
|
+
import type { Client, Value } from './Client.js'
|
|
6
|
+
import type { Manifest } from './manifest.js'
|
|
7
7
|
|
|
8
8
|
export class Aspect extends Connector implements extensions.Aspect {
|
|
9
9
|
public readonly name = 'configuration'
|
package/source/Client.test.ts
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
|
+
import { it, beforeEach, afterEach, mock } from 'node:test'
|
|
2
|
+
import assert from 'node:assert/strict'
|
|
3
|
+
import { isDeepStrictEqual } from 'node:util'
|
|
4
|
+
|
|
1
5
|
import { Connector, type Locator, type Message, type Receiver } from '@toa.io/core'
|
|
2
6
|
import { timeout } from '@toa.io/generic'
|
|
3
|
-
import { Client, type Fetched } from './Client'
|
|
4
|
-
import { EVENT } from './const'
|
|
5
|
-
import type { Bootloader } from './Factory'
|
|
7
|
+
import { Client, type Fetched } from './Client.js'
|
|
8
|
+
import { EVENT } from './const.js'
|
|
9
|
+
import type { Bootloader } from './Factory.js'
|
|
6
10
|
|
|
7
11
|
class Remote extends Connector {
|
|
8
|
-
public readonly invoke =
|
|
12
|
+
public readonly invoke = mock.fn(async (_endpoint: string, request: { input: Array<{ component: string, epoch: string }> }) =>
|
|
9
13
|
request.input.map((pair): Fetched => ({
|
|
10
14
|
...pair,
|
|
11
15
|
configuration: this.values[pair.component] ?? null,
|
|
@@ -25,13 +29,13 @@ beforeEach(() => {
|
|
|
25
29
|
receiver = null
|
|
26
30
|
|
|
27
31
|
boot = {
|
|
28
|
-
remote:
|
|
29
|
-
|
|
32
|
+
remote: mock.fn(async (locator: Locator) => {
|
|
33
|
+
assert.deepStrictEqual(locator.id, 'configuration.values')
|
|
30
34
|
|
|
31
35
|
return remote
|
|
32
36
|
}),
|
|
33
|
-
receive:
|
|
34
|
-
|
|
37
|
+
receive: mock.fn(async (label: string, consumer: Receiver) => {
|
|
38
|
+
assert.deepStrictEqual(label, EVENT)
|
|
35
39
|
|
|
36
40
|
receiver = consumer
|
|
37
41
|
|
|
@@ -53,10 +57,10 @@ it('should send the requests of one tick as one call', async () => {
|
|
|
53
57
|
|
|
54
58
|
const [one, two] = await Promise.all([client.fetch('a.one', 'e1'), client.fetch('a.two', 'e2')])
|
|
55
59
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
+
assert.deepStrictEqual(one, { configuration: { foo: 1 }, created: 7 })
|
|
61
|
+
assert.deepStrictEqual(two, { configuration: { foo: 2 }, created: 7 })
|
|
62
|
+
assert.strictEqual(remote.invoke.mock.callCount(), 1)
|
|
63
|
+
assert.deepStrictEqual(remote.invoke.mock.calls[0].arguments[1], {
|
|
60
64
|
input: [{ component: 'a.one', epoch: 'e1' }, { component: 'a.two', epoch: 'e2' }]
|
|
61
65
|
})
|
|
62
66
|
})
|
|
@@ -70,18 +74,18 @@ it('should keep asking until served', async () => {
|
|
|
70
74
|
while (remote.invoke.mock.calls.length < 2 && Date.now() < deadline)
|
|
71
75
|
await timeout(5)
|
|
72
76
|
|
|
73
|
-
|
|
77
|
+
assert.ok(remote.invoke.mock.calls.length >= 2)
|
|
74
78
|
|
|
75
79
|
remote.values = { 'a.one': { foo: 1 } }
|
|
76
80
|
|
|
77
|
-
|
|
81
|
+
assert.deepStrictEqual((await fetching).configuration, { foo: 1 })
|
|
78
82
|
})
|
|
79
83
|
|
|
80
84
|
it('should hand a created object to its subscribers', async () => {
|
|
81
85
|
await client.connect()
|
|
82
86
|
|
|
83
|
-
const listener =
|
|
84
|
-
const other =
|
|
87
|
+
const listener = mock.fn()
|
|
88
|
+
const other = mock.fn()
|
|
85
89
|
|
|
86
90
|
client.subscribe('a.one', 'e1', listener)
|
|
87
91
|
client.subscribe('a.one', 'e0', other)
|
|
@@ -90,9 +94,9 @@ it('should hand a created object to its subscribers', async () => {
|
|
|
90
94
|
payload: { component: 'a.one', epoch: 'e1', configuration: { foo: 2 }, _created: 12 }
|
|
91
95
|
} satisfies Message)
|
|
92
96
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
97
|
+
assert.ok(listener.mock.calls.some((call: any) => call.arguments.length === 1 && isDeepStrictEqual(call.arguments[0], { configuration: { foo: 2 }, created: 12 })))
|
|
98
|
+
assert.strictEqual(other.mock.callCount(), 0)
|
|
99
|
+
assert.strictEqual(remote.invoke.mock.callCount(), 0)
|
|
96
100
|
|
|
97
101
|
client.unsubscribe('a.one', 'e1', listener)
|
|
98
102
|
|
|
@@ -100,5 +104,5 @@ it('should hand a created object to its subscribers', async () => {
|
|
|
100
104
|
payload: { component: 'a.one', epoch: 'e1', configuration: { foo: 3 }, _created: 13 }
|
|
101
105
|
} satisfies Message)
|
|
102
106
|
|
|
103
|
-
|
|
107
|
+
assert.strictEqual(listener.mock.callCount(), 1)
|
|
104
108
|
})
|
package/source/Client.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { console } from 'openspan'
|
|
2
2
|
import { Connector, Locator } from '@toa.io/core'
|
|
3
|
-
import { EVENT, SOURCE } from './const'
|
|
3
|
+
import { EVENT, SOURCE } from './const.js'
|
|
4
4
|
import type { Message, Remote } from '@toa.io/core'
|
|
5
|
-
import type { Bootloader } from './Factory'
|
|
5
|
+
import type { Bootloader } from './Factory.js'
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* One per process: one remote to the values service and one subscription to its events,
|
package/source/Composition.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { readdirSync, type Dirent } from 'node:fs'
|
|
2
2
|
import { resolve } from 'node:path'
|
|
3
3
|
import { Connector } from '@toa.io/core'
|
|
4
|
-
import { UI_PORT } from './const'
|
|
5
|
-
import { UI } from './UI'
|
|
6
|
-
import type { Bootloader } from './Factory'
|
|
4
|
+
import { UI_PORT } from './const.js'
|
|
5
|
+
import { UI } from './UI.js'
|
|
6
|
+
import type { Bootloader } from './Factory.js'
|
|
7
7
|
|
|
8
8
|
/** Hosts the values component in the service process. */
|
|
9
9
|
export class Composition extends Connector {
|
|
@@ -54,4 +54,4 @@ interface Components {
|
|
|
54
54
|
paths: string[]
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
const ROOT = resolve(
|
|
57
|
+
const ROOT = resolve(import.meta.dirname, '../components/')
|
package/source/Factory.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { type Connector, type Locator, type extensions } from '@toa.io/core'
|
|
2
|
-
import { Aspect } from './Aspect'
|
|
3
|
-
import { Client } from './Client'
|
|
4
|
-
import { Composition } from './Composition'
|
|
5
|
-
import { overridden } from './configuration'
|
|
6
|
-
import type { Manifest } from './manifest'
|
|
2
|
+
import { Aspect } from './Aspect.js'
|
|
3
|
+
import { Client } from './Client.js'
|
|
4
|
+
import { Composition } from './Composition.js'
|
|
5
|
+
import { overridden } from './configuration.js'
|
|
6
|
+
import type { Manifest } from './manifest.js'
|
|
7
7
|
|
|
8
8
|
export class Factory implements extensions.Factory {
|
|
9
9
|
private readonly boot: Bootloader
|
package/source/Secret.test.ts
CHANGED
|
@@ -1,29 +1,32 @@
|
|
|
1
|
+
import { it } from 'node:test'
|
|
2
|
+
import assert from 'node:assert/strict'
|
|
3
|
+
|
|
1
4
|
import { inspect } from 'node:util'
|
|
2
|
-
import { REDACTED, Secret } from './Secret'
|
|
5
|
+
import { REDACTED, Secret } from './Secret.js'
|
|
3
6
|
|
|
4
7
|
const secret = new Secret('s3cret')
|
|
5
8
|
|
|
6
9
|
it('should unwrap', () => {
|
|
7
|
-
|
|
10
|
+
assert.deepStrictEqual(secret.unwrap(), 's3cret')
|
|
8
11
|
})
|
|
9
12
|
|
|
10
13
|
it('should not show as a string', () => {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
+
assert.deepStrictEqual(String(secret), REDACTED)
|
|
15
|
+
assert.deepStrictEqual(`${secret}`, REDACTED)
|
|
16
|
+
assert.deepStrictEqual('' + secret, REDACTED)
|
|
14
17
|
})
|
|
15
18
|
|
|
16
19
|
it('should not show in JSON', () => {
|
|
17
|
-
|
|
20
|
+
assert.deepStrictEqual(JSON.stringify({ key: secret }), '{"key":"<REDACTED>"}')
|
|
18
21
|
})
|
|
19
22
|
|
|
20
23
|
it('should not show when inspected', () => {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
+
assert.deepStrictEqual(inspect(secret), REDACTED)
|
|
25
|
+
assert.ok(inspect({ key: secret }).includes(REDACTED))
|
|
26
|
+
assert.ok(!(inspect({ key: secret }).includes('s3cret')))
|
|
24
27
|
})
|
|
25
28
|
|
|
26
29
|
it('should not expose the value as a property', () => {
|
|
27
|
-
|
|
28
|
-
|
|
30
|
+
assert.deepStrictEqual(Object.keys(secret), [])
|
|
31
|
+
assert.deepStrictEqual({ ...secret }, {})
|
|
29
32
|
})
|
package/source/UI.ts
CHANGED
|
@@ -3,7 +3,7 @@ import * as http from 'node:http'
|
|
|
3
3
|
import * as path from 'node:path'
|
|
4
4
|
import { Connector } from '@toa.io/core'
|
|
5
5
|
import { console } from 'openspan'
|
|
6
|
-
import { UI_PATH } from './const'
|
|
6
|
+
import { UI_PATH } from './const.js'
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Serves the configuration UI: the directory `ui` builds, and nothing else.
|
|
@@ -173,7 +173,7 @@ function isFile (file: string): boolean {
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
/** Where `npm run build:ui` puts the page, from both `source` and `transpiled`. */
|
|
176
|
-
const SITE = path.resolve(
|
|
176
|
+
const SITE = path.resolve(import.meta.dirname, '..', 'ui', 'dist')
|
|
177
177
|
|
|
178
178
|
/** Assets under this prefix carry their build hash in the name. */
|
|
179
179
|
const IMMUTABLE = path.join('_app', 'immutable')
|